shader: Implement front face
This commit is contained in:
parent
a806b29cb9
commit
f0031babeb
5 changed files with 12 additions and 0 deletions
|
@ -94,6 +94,7 @@ public:
|
|||
Id vertex_id{};
|
||||
Id vertex_index{};
|
||||
Id base_vertex{};
|
||||
Id front_face{};
|
||||
|
||||
Id input_position{};
|
||||
std::array<Id, 32> input_generics{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue