shader: Implement front face
This commit is contained in:
parent
a806b29cb9
commit
f0031babeb
5 changed files with 12 additions and 0 deletions
|
@ -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{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue