1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-01 13:20:43 +00:00

fix frame_direction type for vulkan

This commit is contained in:
LazyBumHorse 2019-05-29 15:29:37 +02:00
parent d6cdcf4832
commit 4c272973f1

@ -495,7 +495,7 @@ class Pass
slang_texture_semantic semantic, unsigned index, const Texture &texture);
uint64_t frame_count = 0;
uint32_t frame_direction = 1;
int32_t frame_direction = 1;
unsigned frame_count_period = 0;
unsigned pass_number = 0;