mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
shader: Implement tessellation shaders, polygon mode and invocation id
This commit is contained in:
parent
0f99fdc0eb
commit
38908d0f7e
28 changed files with 605 additions and 91 deletions
|
@ -24,6 +24,7 @@ constexpr Type Label{Type::Label};
|
|||
constexpr Type Reg{Type::Reg};
|
||||
constexpr Type Pred{Type::Pred};
|
||||
constexpr Type Attribute{Type::Attribute};
|
||||
constexpr Type Patch{Type::Patch};
|
||||
constexpr Type U1{Type::U1};
|
||||
constexpr Type U8{Type::U8};
|
||||
constexpr Type U16{Type::U16};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue