mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(D3D11) frame count is an unsigned int.
This commit is contained in:
parent
d8924d6fbb
commit
0ccfa3804b
@ -2559,7 +2559,7 @@ typedef struct
|
|||||||
pass_semantics_t semantics;
|
pass_semantics_t semantics;
|
||||||
D3D11ShaderResourceViewRef textures[SLANG_NUM_BINDINGS];
|
D3D11ShaderResourceViewRef textures[SLANG_NUM_BINDINGS];
|
||||||
D3D11SamplerStateRef samplers[SLANG_NUM_BINDINGS];
|
D3D11SamplerStateRef samplers[SLANG_NUM_BINDINGS];
|
||||||
float frame_count;
|
uint32_t frame_count;
|
||||||
} pass[GFX_MAX_SHADERS];
|
} pass[GFX_MAX_SHADERS];
|
||||||
|
|
||||||
struct video_shader* shader_preset;
|
struct video_shader* shader_preset;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user