{-# OPTIONS_GHC -Wall -fno-warn-tabs #-} module Gpu.Vulkan.Pipeline.DepthStencilState.Middle ( -- * CREATE INFO CreateInfo(..), CreateFlags(..) ) where import Gpu.Vulkan.Pipeline.DepthStencilState.Middle.Internal