mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Get rid of the "use_vocp" field in the vkd3d_shader_scan_info structure.
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
760bafd620
commit
015a9aacaf
@@ -640,8 +640,6 @@ struct vkd3d_shader_scan_info
|
||||
|
||||
struct vkd3d_shader_descriptor_info *descriptors;
|
||||
unsigned int descriptor_count;
|
||||
|
||||
bool use_vocp;
|
||||
};
|
||||
|
||||
enum vkd3d_component_type
|
||||
|
Reference in New Issue
Block a user