vkd3d: Don't store pointer to QA info when not building with QA

This is entirely unnecessary and a waste of space as it will never be used.

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2021-07-08 15:41:38 +01:00 committed by Hans-Kristian Arntzen
parent a53a7f8d7c
commit 1d23bdbab7
1 changed files with 2 additions and 0 deletions

View File

@ -2653,7 +2653,9 @@ struct d3d12_device
struct vkd3d_view_map sampler_map;
struct vkd3d_sampler_state sampler_state;
struct vkd3d_shader_debug_ring debug_ring;
#ifdef VKD3D_ENABLE_DESCRIPTOR_QA
struct vkd3d_descriptor_qa_global_info *descriptor_qa_global_info;
#endif
};
HRESULT d3d12_device_create(struct vkd3d_instance *instance,