{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}

module Gpu.Vulkan.Pipeline.ColorBlendAttachment (

	-- * STATE

	State(..)

	) where

import Gpu.Vulkan.Pipeline.ColorBlendAttachment.Middle