mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-07 10:09:43 +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_physical_storage_buffer");
|
||||||
}
|
}
|
||||||
|
|
||||||
context.AddExtension("SPV_KHR_shader_ballot");
|
|
||||||
context.AddExtension("SPV_KHR_subgroup_vote");
|
|
||||||
|
|
||||||
Declarations.DeclareAll(context, info);
|
Declarations.DeclareAll(context, info);
|
||||||
|
|
||||||
if ((info.HelperFunctionsMask & NeedsInvocationIdMask) != 0)
|
if ((info.HelperFunctionsMask & NeedsInvocationIdMask) != 0)
|
||||||
|
|
Loading…
Reference in a new issue