nir: gather which images are buffers
[mesa.git] / src / compiler / shader_info.h
index 2ad86fe0493ee4d0d13e229d6d2c8f590b44d83d..6537008af935221a527d0e4907760a2f62a429f8 100644 (file)
@@ -152,6 +152,8 @@ typedef struct shader_info {
 
    /** Bitfield of which images are used */
    uint32_t images_used;
+   /** Bitfield of which images are buffers. */
+   uint32_t image_buffers;
 
    /* SPV_KHR_float_controls: execution mode for floating point ops */
    uint16_t float_controls_execution_mode;