mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
D3D11 Compile fix
This commit is contained in:
@@ -589,7 +589,7 @@ class D3D11ShaderPipeline : public GraphicsDataNode<IShaderPipeline>
|
||||
s->shader(m_dShader);
|
||||
|
||||
if (control && evaluation)
|
||||
m_topology = D3D11_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST + info.patchSize - 1;
|
||||
m_topology = D3D11_PRIMITIVE_TOPOLOGY(D3D11_PRIMITIVE_TOPOLOGY_1_CONTROL_POINT_PATCHLIST + info.patchSize - 1);
|
||||
|
||||
D3D11_CULL_MODE cullMode;
|
||||
switch (info.culling)
|
||||
|
||||
Reference in New Issue
Block a user