mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
[vulkan] Changed handling of helper inside MaxwellToVK
This commit is contained in:
parent
254250a83d
commit
0a73fb5229
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue