mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[dxvk] Give null values to empty DxvkGraphicsPipelineInstances
Silences an MSVC warning.
This commit is contained in:
parent
c381e8a29e
commit
1dadba3cce
@ -136,7 +136,10 @@ namespace dxvk {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
DxvkGraphicsPipelineInstance() { }
|
DxvkGraphicsPipelineInstance()
|
||||||
|
: m_stateVector (),
|
||||||
|
m_renderPass (VK_NULL_HANDLE),
|
||||||
|
m_pipeline (VK_NULL_HANDLE) { }
|
||||||
DxvkGraphicsPipelineInstance(
|
DxvkGraphicsPipelineInstance(
|
||||||
const DxvkGraphicsPipelineStateInfo& state,
|
const DxvkGraphicsPipelineStateInfo& state,
|
||||||
VkRenderPass rp,
|
VkRenderPass rp,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user