mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 06:10:35 +00:00
[vulkan] Changed handling of helper inside MaxwellToVK
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user