From f07c05576f3e4cba77d299d8a0f2946a0ab9f0b9 Mon Sep 17 00:00:00 2001 From: Iago Toral Quiroga Date: Fri, 2 Mar 2018 11:08:52 +0100 Subject: compiler/spirv: add implementation to check for SpvCapabilityInt16 support Reviewed-by: Jason Ekstrand --- src/compiler/shader_info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/shader_info.h') 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; -- cgit v1.2.3