Searched defs:radv_framebuffer (Results 1 – 1 of 1) sorted by relevance
2241 struct radv_framebuffer { struct2242 struct vk_object_base base;2243 uint32_t width;2244 uint32_t height;2245 uint32_t layers;2247 uint32_t attachment_count;2248 struct radv_image_view *attachments[0];