MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdSetDeviceMask

Function CmdSetDeviceMask

icd/generated/function_definitions.h:991–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989 // Not a CREATE or DESTROY function
990}
991static VKAPI_ATTR void VKAPI_CALL CmdSetDeviceMask(VkCommandBuffer commandBuffer, uint32_t deviceMask) {
992 // Not a CREATE or DESTROY function
993}
994static VKAPI_ATTR VkResult VKAPI_CALL EnumeratePhysicalDeviceGroups(
995 VkInstance instance, uint32_t* pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties) {
996 return EnumeratePhysicalDeviceGroupsKHR(instance, pPhysicalDeviceGroupCount, pPhysicalDeviceGroupProperties);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected