Was not supposed to add that back

This commit is contained in:
gdk 2022-12-06 18:41:30 -03:00
parent 6df5c17a67
commit 2ad304fa08

View file

@ -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)