mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests: Add a helper to set uniforms.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
3994cec7b1
commit
ecbdd8f994
@@ -70,7 +70,7 @@ struct shader_context
|
||||
enum shader_model minimum_shader_model;
|
||||
|
||||
uint32_t *uniforms;
|
||||
size_t uniform_count;
|
||||
size_t uniform_count, uniform_capacity;
|
||||
|
||||
struct texture **textures;
|
||||
size_t texture_count;
|
||||
|
||||
Reference in New Issue
Block a user