mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 02:52:10 +01:00
[spirv] Remove OpKill helper
This is deprecated, so make sure we never accidentally use it in the future.
This commit is contained in:
parent
af208ceb9e
commit
21a521361e
@ -3666,12 +3666,6 @@ namespace dxvk {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void SpirvModule::opKill() {
|
|
||||||
m_code.putIns (spv::OpKill, 1);
|
|
||||||
m_blockId = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void SpirvModule::opDemoteToHelperInvocation() {
|
void SpirvModule::opDemoteToHelperInvocation() {
|
||||||
m_code.putIns (spv::OpDemoteToHelperInvocation, 1);
|
m_code.putIns (spv::OpDemoteToHelperInvocation, 1);
|
||||||
}
|
}
|
||||||
|
@ -1252,8 +1252,6 @@ namespace dxvk {
|
|||||||
|
|
||||||
void opReturn();
|
void opReturn();
|
||||||
|
|
||||||
void opKill();
|
|
||||||
|
|
||||||
void opDemoteToHelperInvocation();
|
void opDemoteToHelperInvocation();
|
||||||
|
|
||||||
void opEmitVertex(
|
void opEmitVertex(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user