mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
[dxbc] Don't enable SPV_KHR_shader_draw_parameters
Core in SPIR-V 1.3.
This commit is contained in:
parent
7e35a0687b
commit
6690a31d8d
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user