mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 21:05:45 +00:00
Video_core: Address feedback
This commit is contained in:
parent
62fc8bfe16
commit
1fdf24a081
20 changed files with 348 additions and 172 deletions
|
@ -223,6 +223,7 @@ enum class Attribute : u64 {
|
|||
// Implementation attributes
|
||||
BaseInstance = 256,
|
||||
BaseVertex = 257,
|
||||
DrawID = 258,
|
||||
};
|
||||
|
||||
constexpr size_t NUM_GENERICS = 32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue