VkGetRenderAreaGranularity typedef

VkGetRenderAreaGranularity = void Function(Pointer<VkDevice> device, Pointer<VkRenderPass> renderPass, Pointer<VkExtent2D> pGranularity)

Implementation

typedef VkGetRenderAreaGranularity = void Function(Pointer<VkDevice> device,
    Pointer<VkRenderPass> renderPass, Pointer<VkExtent2D> pGranularity);