VkCmdSetFragmentShadingRateKHRNative typedef

VkCmdSetFragmentShadingRateKHRNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkExtent2D> pFragmentSize, Pointer<Int32> combinerOps)

Implementation

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