mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-30 07:09:49 -06:00
VK_REMAP enum is signed.. but later case comparison is unsigned
another clang directed fix up... might be involved with swizzle..
This commit is contained in:
parent
a9d0ffcac1
commit
7898ae6fe6
@ -92,7 +92,7 @@ namespace vk
|
||||
NV_ampere
|
||||
};
|
||||
|
||||
enum // special remap_encoding enums
|
||||
enum : u32// special remap_encoding enums
|
||||
{
|
||||
VK_REMAP_IDENTITY = 0xCAFEBABE, // Special view encoding to return an identity image view
|
||||
VK_REMAP_VIEW_MULTISAMPLED = 0xDEADBEEF // Special encoding for multisampled images; returns a multisampled image view
|
||||
|
||||
Loading…
Reference in New Issue
Block a user