Closed davnotdev closed 4 months ago
Features::TEXTURE_FORMAT_16BIT_NORM and Features::TEXTURE_FORMAT_NV12 are currently exposed as native features. This PR adds a new enum WGPUTextureFormatExtras which will make the texture formats of the mentioned features accessible.
Features::TEXTURE_FORMAT_16BIT_NORM
Features::TEXTURE_FORMAT_NV12
WGPUTextureFormatExtras
Features::TEXTURE_FORMAT_16BIT_NORM
andFeatures::TEXTURE_FORMAT_NV12
are currently exposed as native features. This PR adds a new enumWGPUTextureFormatExtras
which will make the texture formats of the mentioned features accessible.