mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
RSX: fix unknown vertex base type (#2120)
This commit is contained in:
parent
5f15c661c6
commit
ebf54d6acd
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ namespace rsx
|
|||
{
|
||||
enum class vertex_base_type : u8
|
||||
{
|
||||
invalid,
|
||||
s1, ///< signed byte
|
||||
f, ///< float
|
||||
sf, ///< half float
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue