1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-05 10:56:31 -05:00

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

@@ -109,6 +109,7 @@ struct Info {
bool stores_position{};
bool stores_point_size{};
bool stores_clip_distance{};
bool stores_layer{};
bool stores_viewport_index{};
bool stores_indexed_attributes{};