mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
removing compressed image formats
This commit is contained in:
@@ -23,14 +23,6 @@ static WGPUTextureFormat PulseImageFormatToWGPUTextureFormat[] = {
|
||||
WGPUTextureFormat_Undefined, // B5G5R5A1_UNORM
|
||||
WGPUTextureFormat_Undefined, // B4G4R4A4_UNORM
|
||||
WGPUTextureFormat_BGRA8Unorm, // B8G8R8A8_UNORM
|
||||
WGPUTextureFormat_BC1RGBAUnorm, // BC1_UNORM
|
||||
WGPUTextureFormat_BC2RGBAUnorm, // BC2_UNORM
|
||||
WGPUTextureFormat_BC3RGBAUnorm, // BC3_UNORM
|
||||
WGPUTextureFormat_BC4RUnorm, // BC4_UNORM
|
||||
WGPUTextureFormat_BC5RGUnorm, // BC5_UNORM
|
||||
WGPUTextureFormat_BC7RGBAUnorm, // BC7_UNORM
|
||||
WGPUTextureFormat_BC6HRGBFloat, // BC6H_FLOAT
|
||||
WGPUTextureFormat_BC6HRGBUfloat, // BC6H_UFLOAT
|
||||
WGPUTextureFormat_R8Snorm, // R8_SNORM
|
||||
WGPUTextureFormat_RG8Snorm, // R8G8_SNORM
|
||||
WGPUTextureFormat_RGBA8Snorm, // R8G8B8A8_SNORM
|
||||
|
||||
Reference in New Issue
Block a user