mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-17 17:52:11 +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() {
|
||||
m_code.putIns (spv::OpDemoteToHelperInvocation, 1);
|
||||
}
|
||||
|
@ -1252,8 +1252,6 @@ namespace dxvk {
|
||||
|
||||
void opReturn();
|
||||
|
||||
void opKill();
|
||||
|
||||
void opDemoteToHelperInvocation();
|
||||
|
||||
void opEmitVertex(
|
||||
|
Loading…
x
Reference in New Issue
Block a user