removing compressed image formats

This commit is contained in:
2025-08-27 01:17:48 +02:00
parent 2bc9a26b15
commit 08d25cd631
6 changed files with 1 additions and 65 deletions

View File

@@ -43,7 +43,7 @@
WGPULimits limits = { 0 };
wgpuAdapterGetLimits(adapter, &limits);
if(!wgpuAdapterHasFeature(adapter, WGPUNativeFeature_TextureAdapterSpecificFormatFeatures))
if(!wgpuAdapterHasFeature(adapter, (WGPUFeatureName)WGPUNativeFeature_TextureAdapterSpecificFormatFeatures))
return 0;
if(infos.adapterType == WGPUAdapterType_DiscreteGPU)