Fix VS 2019/2022 warnings
This commit is contained in:
parent
c27211157e
commit
568b38106d
|
|
@ -322,14 +322,14 @@ typedef struct {
|
||||||
qboolean isDetail;
|
qboolean isDetail;
|
||||||
|
|
||||||
// VULKAN
|
// VULKAN
|
||||||
VkPipeline vk_pipeline = VK_NULL_HANDLE;
|
VkPipeline vk_pipeline;
|
||||||
VkPipeline vk_portal_pipeline = VK_NULL_HANDLE;
|
VkPipeline vk_portal_pipeline;
|
||||||
VkPipeline vk_mirror_pipeline = VK_NULL_HANDLE;
|
VkPipeline vk_mirror_pipeline;
|
||||||
|
|
||||||
// DX12
|
// DX12
|
||||||
ID3D12PipelineState* dx_pipeline = nullptr;
|
ID3D12PipelineState* dx_pipeline;
|
||||||
ID3D12PipelineState* dx_portal_pipeline = nullptr;
|
ID3D12PipelineState* dx_portal_pipeline;
|
||||||
ID3D12PipelineState* dx_mirror_pipeline = nullptr;
|
ID3D12PipelineState* dx_mirror_pipeline;
|
||||||
|
|
||||||
} shaderStage_t;
|
} shaderStage_t;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user