mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
vk: Fix windows build
This commit is contained in:
parent
81380a0d60
commit
34074a9c70
|
|
@ -24,7 +24,7 @@ namespace vk
|
|||
|
||||
// Meta
|
||||
input_type_max_enum,
|
||||
input_type_undefined = umax
|
||||
input_type_undefined = 0xffff'ffff
|
||||
};
|
||||
|
||||
struct bound_sampler
|
||||
|
|
|
|||
Loading…
Reference in a new issue