gpu-vulkan-0.1.0.137: src/Gpu/Vulkan/BufferView.hs
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
module Gpu.Vulkan.BufferView (
-- * CREATE
create, B, CreateInfo(..), FormatOf,
-- ** Buffer View Group
Group, group, create', unsafeDestroy, lookup
) where
import Prelude hiding (lookup)
import Gpu.Vulkan.BufferView.Internal