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

module Gpu.Vulkan.Pipeline.InputAssemblyState (

	-- * CREATE INFO

	CreateInfo(..)

	) where

import Gpu.Vulkan.Pipeline.InputAssemblyState.Middle