mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 19:54:39 +00:00
UINT32_MAX not defined on random platforms even though we are including
stdint - just resort to dropping in real value instead
This commit is contained in:
parent
f30f597499
commit
35300bf08b
2
deps/SPIRV-Cross/spirv_msl.hpp
vendored
2
deps/SPIRV-Cross/spirv_msl.hpp
vendored
@ -65,7 +65,7 @@ using MSLStructMemberKey = uint64_t;
|
||||
|
||||
// Special constant used in a MSLResourceBinding desc_set
|
||||
// element to indicate the bindings for the push constants.
|
||||
static const uint32_t kPushConstDescSet = UINT32_MAX;
|
||||
static const uint32_t kPushConstDescSet = ((uint32_t)-1);
|
||||
|
||||
// Special constant used in a MSLResourceBinding binding
|
||||
// element to indicate the bindings for the push constants.
|
||||
|
Loading…
x
Reference in New Issue
Block a user