VkCmdSetColorWriteEnableEXT typedef

VkCmdSetColorWriteEnableEXT = void Function(Pointer<VkCommandBuffer> commandBuffer, int attachmentCount, Pointer<Uint32> pColorWriteEnables)

Implementation

typedef VkCmdSetColorWriteEnableEXT = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int attachmentCount,
    Pointer<Uint32> pColorWriteEnables);