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

module Gpu.Vulkan.Component (

	-- * MAPPING

	Mapping(..),

	-- * ENUM

	module Gpu.Vulkan.Component.Enum

	) where

import Gpu.Vulkan.Component.Middle
import Gpu.Vulkan.Component.Enum