VkGetRenderAreaGranularityNative typedef

VkGetRenderAreaGranularityNative = Void Function(Pointer<VkDevice> device, Pointer<VkRenderPass> renderPass, Pointer<VkExtent2D> pGranularity)

Implementation

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