mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 21:05:45 +00:00
shader: Implement transform feedbacks and define file format
This commit is contained in:
parent
4a6c299e3f
commit
e59971ea1b
11 changed files with 272 additions and 23 deletions
|
@ -226,6 +226,8 @@ enum class Attribute : u64 {
|
|||
|
||||
[[nodiscard]] u32 GenericAttributeIndex(Attribute attribute);
|
||||
|
||||
[[nodiscard]] u32 GenericAttributeElement(Attribute attribute);
|
||||
|
||||
[[nodiscard]] std::string NameOf(Attribute attribute);
|
||||
|
||||
} // namespace Shader::IR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue