mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Merge pull request #7167 from Themaister/master
Fix glslang_format LUT.
This commit is contained in:
commit
4f4b1c182f
@ -190,6 +190,8 @@ static string build_stage_source(const vector<string> &lines, const char *stage)
|
||||
}
|
||||
|
||||
static const char *glslang_formats[] = {
|
||||
"UNKNOWN",
|
||||
|
||||
"R8_UNORM",
|
||||
"R8_UINT",
|
||||
"R8_SINT",
|
||||
@ -223,8 +225,6 @@ static const char *glslang_formats[] = {
|
||||
"R32G32B32A32_UINT",
|
||||
"R32G32B32A32_SINT",
|
||||
"R32G32B32A32_SFLOAT",
|
||||
|
||||
"UNKNOWN",
|
||||
};
|
||||
|
||||
const char *glslang_format_to_string(enum glslang_format fmt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user