shader: Implement front face

This commit is contained in:
ReinUsesLisp 2021-03-27 02:55:37 -03:00 committed by ameerj
parent 0b338e3102
commit 63ea42e0d5
5 changed files with 12 additions and 0 deletions

View file

@ -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{};