Searched defs:hk_rendering_state (Results 1 – 1 of 1) sorted by relevance
170 struct hk_rendering_state { struct171 VkRenderingFlagBits flags;173 VkRect2D area;174 uint32_t layer_count;175 uint32_t view_mask;177 uint32_t color_att_count;178 struct hk_attachment color_att[HK_MAX_RTS];179 struct hk_attachment depth_att;180 struct hk_attachment stencil_att;204 struct hk_rendering_state render; argument