VkCmdSetBlendConstants typedef

VkCmdSetBlendConstants = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<NativeType> blendConstants)

Implementation

typedef VkCmdSetBlendConstants = void Function(
    Pointer<VkCommandBuffer> commandBuffer, Pointer blendConstants);