diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/mtypes.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 7b7137624c7..397b113dfbc 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -3578,19 +3578,6 @@ struct gl_program_constants GLuint MaxShaderStorageBlocks; }; -struct nir_spirv_supported_capabilities { - bool float64; - bool image_ms_array; - bool tessellation; - bool draw_parameters; - bool image_read_without_format; - bool image_write_without_format; - bool int64; - bool multiview; - bool variable_pointers; - bool storage_16bit; -}; - /** * Constants which may be overridden by device driver during context creation * but are never changed after that. |