VkCmdSetColorWriteEnableEXTNative typedef

VkCmdSetColorWriteEnableEXTNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 attachmentCount, Pointer<Uint32> pColorWriteEnables)

Implementation

typedef VkCmdSetColorWriteEnableEXTNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 attachmentCount,
    Pointer<Uint32> pColorWriteEnables);