Merge pull request #8880 from LazyBumHorse/master

fix frame_direction type for vulkan
This commit is contained in:
Twinaphex 2019-05-29 16:38:37 +02:00 committed by GitHub
commit 95546b51d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;