[dxbc] Don't enable SPV_KHR_shader_draw_parameters

Core in SPIR-V 1.3.
This commit is contained in:
Philip Rebohle 2020-01-16 20:39:00 +01:00 committed by Philip Rebohle
parent 7e35a0687b
commit 6690a31d8d
1 changed files with 0 additions and 2 deletions

View File

@ -6569,8 +6569,6 @@ namespace dxvk {
m_module.enableCapability(spv::CapabilityCullDistance);
m_module.enableCapability(spv::CapabilityDrawParameters);
m_module.enableExtension("SPV_KHR_shader_draw_parameters");
// Declare the per-vertex output block. This is where
// the vertex shader will write the vertex position.
const uint32_t perVertexStruct = this->getPerVertexBlockId();