mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
vk: Fix windows build
This commit is contained in:
parent
81380a0d60
commit
34074a9c70
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ namespace vk
|
|||
|
||||
// Meta
|
||||
input_type_max_enum,
|
||||
input_type_undefined = umax
|
||||
input_type_undefined = 0xffff'ffff
|
||||
};
|
||||
|
||||
struct bound_sampler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue