Added EAC texture formats. (#3487)

This commit is contained in:
Branimir Karadžić
2025-11-11 08:39:24 -08:00
committed by GitHub
parent 35911ac2d9
commit 9e8ecf4af4
16 changed files with 217 additions and 93 deletions

View File

@@ -1,7 +1,7 @@
-- vim: syntax=lua
-- bgfx interface
version(134)
version(135)
typedef "bool"
typedef "char"
@@ -535,6 +535,10 @@ enum.TextureFormat { comment = "Texture formats:" }
.ETC2 --- ETC2 RGB8
.ETC2A --- ETC2 RGBA8
.ETC2A1 --- ETC2 RGB8A1
.EACR11 --- EAC R11 UNORM
.EACR11S --- EAC R11 SNORM
.EACRG11 --- EAC RG11 UNORM
.EACRG11S --- EAC RG11 SNORM
.PTC12 --- PVRTC1 RGB 2BPP
.PTC14 --- PVRTC1 RGB 4BPP
.PTC12A --- PVRTC1 RGBA 2BPP