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

Function CmdSetSampleLocationsEXT

icd/generated/function_definitions.h:3278–3281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3276 return VK_SUCCESS;
3277}
3278static VKAPI_ATTR void VKAPI_CALL CmdSetSampleLocationsEXT(VkCommandBuffer commandBuffer,
3279 const VkSampleLocationsInfoEXT* pSampleLocationsInfo) {
3280 // Not a CREATE or DESTROY function
3281}
3282static VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceMultisamplePropertiesEXT(VkPhysicalDevice physicalDevice,
3283 VkSampleCountFlagBits samples,
3284 VkMultisamplePropertiesEXT* pMultisampleProperties) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected