diff options
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 4510ce33fb6..19a963d62f3 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -140,6 +140,9 @@ typedef struct shader_info { /** Bitfield of which textures are used by texelFetch() */ uint32_t textures_used_by_txf; + /** Bitfield of which images are used */ + uint32_t images_used; + /* SPV_KHR_float_controls: execution mode for floating point ops */ uint16_t float_controls_execution_mode; |