From c628d43a0bed402b79e85a41a7a7ea70086f8064 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 12 Apr 2018 23:12:34 -0700 Subject: Updated vulkan structure initialization --- Graphics/GraphicsEngine/interface/PipelineState.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/interface/PipelineState.h b/Graphics/GraphicsEngine/interface/PipelineState.h index a8f386f2..f7fab697 100644 --- a/Graphics/GraphicsEngine/interface/PipelineState.h +++ b/Graphics/GraphicsEngine/interface/PipelineState.h @@ -127,6 +127,9 @@ struct GraphicsPipelineDesc /// Primitive topology type PRIMITIVE_TOPOLOGY_TYPE PrimitiveTopologyType = PRIMITIVE_TOPOLOGY_TYPE_TRIANGLE; + /// Number of viewports used by this pipeline + Uint8 NumViewports = 1; + /// Number of render targets in the RTVFormats member Uint8 NumRenderTargets = 0; -- cgit v1.2.3