mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-25 17:37:07 +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 {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]] bool IsUnsupportedAreaTopology(Maxwell::PrimitiveTopology topology) {
|
[[nodiscard]] static bool IsUnsupportedAreaTopology(Maxwell::PrimitiveTopology topology) {
|
||||||
switch (topology) {
|
switch (topology) {
|
||||||
case Maxwell::PrimitiveTopology::Quads:
|
case Maxwell::PrimitiveTopology::Quads:
|
||||||
case Maxwell::PrimitiveTopology::QuadStrip:
|
case Maxwell::PrimitiveTopology::QuadStrip:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue