diff options
author | Iago Toral Quiroga <[email protected]> | 2018-03-02 11:08:52 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2018-05-03 11:40:26 +0200 |
commit | f07c05576f3e4cba77d299d8a0f2946a0ab9f0b9 (patch) | |
tree | bce557cc28516511a81ceb68b7a00a081260bb88 /src/compiler/shader_info.h | |
parent | dd41630d9a83a07f31ec490f75e4efe5ec6b3a3a (diff) |
compiler/spirv: add implementation to check for SpvCapabilityInt16 support
Reviewed-by: Jason Ekstrand <[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 53a0ef21f6f..afc53a88405 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -44,6 +44,7 @@ struct spirv_supported_capabilities { bool multiview; bool variable_pointers; bool storage_16bit; + bool int16; bool shader_viewport_index_layer; bool subgroup_arithmetic; bool subgroup_ballot; |