mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-07 01:59:42 +00:00
Was not supposed to add that back
This commit is contained in:
parent
6df5c17a67
commit
2ad304fa08
1 changed files with 0 additions and 3 deletions
|
@ -101,9 +101,6 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Spirv
|
|||
context.AddExtension("SPV_KHR_physical_storage_buffer");
|
||||
}
|
||||
|
||||
context.AddExtension("SPV_KHR_shader_ballot");
|
||||
context.AddExtension("SPV_KHR_subgroup_vote");
|
||||
|
||||
Declarations.DeclareAll(context, info);
|
||||
|
||||
if ((info.HelperFunctionsMask & NeedsInvocationIdMask) != 0)
|
||||
|
|
Loading…
Reference in a new issue