diff options
author | Samuel Pitoiset <[email protected]> | 2019-04-12 08:53:35 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2019-04-15 10:43:52 +0200 |
commit | bbe8febd93e1f2b1641ee23d7dd8d5032daede4a (patch) | |
tree | 831a922ba568ce73b27ce02d455dacc9317846d7 /src/compiler/shader_info.h | |
parent | 8bf9b7b5b6e28aad7c0635fab7aa611f86be8d79 (diff) |
spirv: add SpvCapabilityFloat16 support
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[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 0b67082a732..45ba2982884 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -70,6 +70,7 @@ struct spirv_supported_capabilities { bool transform_feedback; bool trinary_minmax; bool variable_pointers; + bool float16; }; typedef struct shader_info { |