X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fcompiler%2Fshader_info.h;h=eeb1cb0a79101271e597a8415a57f655c9768924;hb=4dd2d9098ba154738d7b96db4acc512945c550e6;hp=760bc5556cbee826e257bfbbb78e84b868665c20;hpb=7980f3e519f91508787b9dab3bc1e79169a77c48;p=mesa.git diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 760bc5556cb..eeb1cb0a791 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -57,6 +57,8 @@ struct spirv_supported_capabilities { bool int64_atomics; bool integer_functions2; bool kernel; + bool kernel_image; + bool literal_sampler; bool min_lod; bool multiview; bool physical_storage_buffer_address;