shader: Add resolution down factor opcode

This commit is contained in:
ReinUsesLisp
2021-07-21 22:24:33 -03:00
committed by Fernando Sahmkow
parent fddf372c68
commit fb924ea85c
9 changed files with 25 additions and 0 deletions

View File

@ -62,6 +62,7 @@ OPCODE(InvocationId, U32,
OPCODE(SampleId, U32, )
OPCODE(IsHelperInvocation, U1, )
OPCODE(YDirection, F32, )
OPCODE(ResolutionDownFactor, F32, )
// Undefined
OPCODE(UndefU1, U1, )