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

module Gpu.Vulkan.PushConstant (

	-- * PUSHCONSTANT LAYOUT

	Layout(..), Range(..), RangeListToMiddle

	) where

import Gpu.Vulkan.PushConstant.Internal