mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-06 00:45:09 +01:00
Fix SNorm vertex formats
This commit is contained in:
parent
b74098570f
commit
bd976676f4
@ -314,7 +314,7 @@ namespace skyline::gpu::interconnect::maxwell3d {
|
||||
#define FORMAT_NORM_INT_SCALED_CASE(size, vkFormat, ...) \
|
||||
FORMAT_INT_CASE(size, vkFormat, ##__VA_ARGS__); \
|
||||
FORMAT_CASE(size, Unorm, Unorm, vkFormat, ##__VA_ARGS__); \
|
||||
FORMAT_CASE(size, Snorm, Unorm, vkFormat, ##__VA_ARGS__); \
|
||||
FORMAT_CASE(size, Snorm, Snorm, vkFormat, ##__VA_ARGS__); \
|
||||
FORMAT_CASE(size, Uscaled, Uscaled, vkFormat, ##__VA_ARGS__); \
|
||||
FORMAT_CASE(size, Sscaled, Sscaled, vkFormat, ##__VA_ARGS__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user