radeonsi: remove unused si_shader_context::type
[mesa.git] / src / gallium / drivers / zink / zink_framebuffer.h
index 9ab00af8ab74f35c8df9881a19b43c0377cfe9a1..ca3fd4fb2314d310437388c6bee0911a69373f8b 100644 (file)
@@ -37,6 +37,7 @@ struct zink_framebuffer_state {
    struct zink_render_pass *rp;
    uint32_t width;
    uint16_t height, layers;
+   uint8_t samples;
    uint8_t num_attachments;
    struct zink_surface *attachments[PIPE_MAX_COLOR_BUFS + 1];
    bool has_null_attachments;