mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 23:57:59 -05:00
video_core: Fix few issues in Tess stage
This commit is contained in:
@ -97,6 +97,7 @@ public:
|
||||
[[nodiscard]] U32 LocalInvocationIdZ();
|
||||
|
||||
[[nodiscard]] U32 InvocationId();
|
||||
[[nodiscard]] U32 InvocationInfo();
|
||||
[[nodiscard]] U32 SampleId();
|
||||
[[nodiscard]] U1 IsHelperInvocation();
|
||||
[[nodiscard]] F32 YDirection();
|
||||
|
Reference in New Issue
Block a user