more texture format coverage in renderer/view-rules

This commit is contained in:
Ryan Fleury
2024-01-13 10:21:50 -08:00
parent e30c6553a4
commit 735f817b0b
3 changed files with 33 additions and 3 deletions
+6
View File
@@ -8,8 +8,14 @@
R_Tex2DFormatTable:
{
{R8 "R8" 1}
{RG8 "RG8" 2}
{RGBA8 "RGBA8" 4}
{BGRA8 "BGRA8" 4}
{R16 "R16" 2}
{RGBA16 "RGBA16" 8}
{R32 "R32" 4}
{RG32 "RG32" 8}
{RGBA32 "RGBA32" 16}
}
@table(name, display_string)