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

@ -62,6 +62,7 @@ struct Info {
bool loads_position{};
bool loads_instance_id{};
bool loads_vertex_id{};
bool loads_front_face{};
std::array<bool, 8> stores_frag_color{};
bool stores_frag_depth{};