[vulkan] Changed handling of helper inside MaxwellToVK

This commit is contained in:
CamilleLaVey 2026-03-14 20:11:07 -04:00
parent 254250a83d
commit 0a73fb5229

View file

@ -315,7 +315,7 @@ VkShaderStageFlagBits ShaderStage(Shader::Stage stage) {
return {};
}
[[nodiscard]] bool IsUnsupportedAreaTopology(Maxwell::PrimitiveTopology topology) {
[[nodiscard]] static bool IsUnsupportedAreaTopology(Maxwell::PrimitiveTopology topology) {
switch (topology) {
case Maxwell::PrimitiveTopology::Quads:
case Maxwell::PrimitiveTopology::QuadStrip: