VkCmdSetFragmentShadingRateKHR typedef

VkCmdSetFragmentShadingRateKHR = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkExtent2D> pFragmentSize, Pointer<Int32> combinerOps)

Implementation

typedef VkCmdSetFragmentShadingRateKHR = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkExtent2D> pFragmentSize,
    Pointer<Int32> combinerOps);