1
0
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:
Philip Rebohle 2022-09-13 15:30:13 +02:00
parent af208ceb9e
commit 21a521361e
2 changed files with 0 additions and 8 deletions

View File

@ -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);
} }

View File

@ -1252,8 +1252,6 @@ namespace dxvk {
void opReturn(); void opReturn();
void opKill();
void opDemoteToHelperInvocation(); void opDemoteToHelperInvocation();
void opEmitVertex( void opEmitVertex(