{-# LANGUAGE PatternSynonyms #-} {-# OPTIONS_GHC -Wall -fno-warn-tabs #-} module Gpu.Vulkan.QueueFamily ( -- * PROPERTIES Properties(..), -- * INDEX Index, pattern Ignored ) where import Gpu.Vulkan.QueueFamily.Middle