shader: Implement front face

This commit is contained in:
ReinUsesLisp 2021-03-27 02:55:37 -03:00 committed by ameerj
parent a806b29cb9
commit f0031babeb
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{};