diff options
author | Jason Ekstrand <[email protected]> | 2018-10-02 21:15:47 -0500 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-12-11 21:26:23 -0600 |
commit | caeffe75492ef3bf8eaa5dae114ada626a9b7cbd (patch) | |
tree | 16abbd8b8bc76fa8d64531496bcb79b978041377 /src/compiler/shader_info.h | |
parent | e1ef6c3c2948883d6f1ed9b33c1e04f52fe31ec2 (diff) |
spirv: Add support for MinLod
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index b95cc310fd6..b21db3e60f0 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -41,6 +41,7 @@ struct spirv_supported_capabilities { bool image_read_without_format; bool image_write_without_format; bool int64; + bool min_lod; bool multiview; bool variable_pointers; bool storage_16bit; |