shader_ir: Remove Ipa primitive

This commit is contained in:
ReinUsesLisp
2018-12-26 02:17:56 -03:00
parent d6b173d5fe
commit 52223313b1
3 changed files with 2 additions and 13 deletions

View File

@ -161,8 +161,6 @@ enum class OperationCode {
F4TextureQueryLod, /// (MetaTexture, float[N] coords) -> float4
F4TexelFetch, /// (MetaTexture, int[N], int) -> float4
Ipa, /// (abuf src) -> float
Bra, /// (uint branch_target) -> void
Ssy, /// (uint branch_target) -> void
Pbk, /// (uint branch_target) -> void