spirv: Implement Layer stores

This commit is contained in:
ReinUsesLisp 2021-04-14 18:09:18 -03:00 committed by ameerj
parent ab3831f6cb
commit d8ec99dada
6 changed files with 30 additions and 9 deletions

View file

@ -157,6 +157,7 @@ public:
Id front_face{};
Id point_coord{};
Id clip_distances{};
Id layer{};
Id viewport_index{};
Id fswzadd_lut_a{};