mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Add support for remaining unsupported ASTC formats (#2963)
* Add support for remaining unsupported ASTC formats Add new ASTC formats into pixelformats example and ninja scripts Rebuild ASTC textures * Update idl and generate Move comma in pixelformats Co-authored-by: Raziel Alphadios <raziely@gmail.com>
This commit is contained in:
@@ -306,11 +306,19 @@ namespace bgfx { namespace webgpu
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ATCE
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ATCI
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC4x4
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC5x4
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC5x5
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC6x5
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC6x6
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC8x5
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC8x6
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC8x8
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC10x5
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC10x6
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC10x8
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC10x10
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC12x10
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // ASTC12x12
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // Unknown
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // R1
|
||||
{ wgpu::TextureFormat::Undefined, wgpu::TextureFormat::Undefined }, // A8
|
||||
|
||||
Reference in New Issue
Block a user