mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 01:32:36 -07:00
Implement scaled vertex buffer format emulation
These formats are unsupported by mobile GPUs so they need to be emulated in shaders instead.
This commit is contained in:
@@ -17,6 +17,8 @@ enum class AttributeType : u8 {
|
||||
Float,
|
||||
SignedInt,
|
||||
UnsignedInt,
|
||||
SignedScaled,
|
||||
UnsignedScaled,
|
||||
Disabled,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user