shader: Add resolution down factor opcode
This commit is contained in:
parent
fddf372c68
commit
fb924ea85c
9 changed files with 25 additions and 0 deletions
|
@ -102,6 +102,8 @@ public:
|
|||
[[nodiscard]] U1 IsHelperInvocation();
|
||||
[[nodiscard]] F32 YDirection();
|
||||
|
||||
[[nodiscard]] F32 ResolutionDownFactor();
|
||||
|
||||
[[nodiscard]] U32 LaneId();
|
||||
|
||||
[[nodiscard]] U32 LoadGlobalU8(const U64& address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue