mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 23:37:56 -05:00
video_core: Fix few issues in Tess stage
This commit is contained in:
@ -204,6 +204,7 @@ public:
|
||||
Id workgroup_id{};
|
||||
Id local_invocation_id{};
|
||||
Id invocation_id{};
|
||||
Id patch_vertices_in{};
|
||||
Id sample_id{};
|
||||
Id is_helper_invocation{};
|
||||
Id subgroup_local_invocation_id{};
|
||||
|
Reference in New Issue
Block a user