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

Function GetRenderAreaGranularity

icd/generated/function_definitions.h:881–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

879 // Destroy object
880}
881static VKAPI_ATTR void VKAPI_CALL GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) {
882 pGranularity->width = 1;
883 pGranularity->height = 1;
884}
885static VKAPI_ATTR void VKAPI_CALL CmdSetViewport(VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount,
886 const VkViewport* pViewports) {
887 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected