|
|
|
@ -244,6 +244,9 @@ void SetupCapabilities(const Profile& profile, const Info& info, EmitContext& ct |
|
|
|
if (info.uses_typeless_image_reads && profile.support_typeless_image_loads) { |
|
|
|
ctx.AddCapability(spv::Capability::StorageImageReadWithoutFormat); |
|
|
|
} |
|
|
|
if (info.uses_typeless_image_writes) { |
|
|
|
ctx.AddCapability(spv::Capability::StorageImageWriteWithoutFormat); |
|
|
|
} |
|
|
|
// TODO: Track this usage
|
|
|
|
ctx.AddCapability(spv::Capability::ImageGatherExtended); |
|
|
|
ctx.AddCapability(spv::Capability::ImageQuery); |
|
|
|
|