MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / IsSupportOptionalVulkan_1_4

Function IsSupportOptionalVulkan_1_4

source/val/validate_capability.cpp:230–232  ·  view source on GitHub ↗

Vulkan 1.4 only added required features.

Source from the content-addressed store, hash-verified

228
229// Vulkan 1.4 only added required features.
230bool IsSupportOptionalVulkan_1_4(uint32_t capability) {
231 return IsSupportOptionalVulkan_1_3(capability);
232}
233
234bool IsSupportGuaranteedOpenCL_1_2(uint32_t capability, bool embedded_profile) {
235 switch (spv::Capability(capability)) {

Callers 1

CapabilityPassFunction · 0.85

Calls 1

Tested by

no test coverage detected