{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module THREE.BufferAttributeTypes
(
BufferAttributeTypes (..)
, THREE.BufferAttributeTypes.new
) where
import Miso
import qualified THREE.Internal as THREE
newtype BufferAttributeTypes
= BufferAttributeTypes
{ BufferAttributeTypes -> JSVal
unBufferAttributeTypesCamera :: JSVal
} deriving (BufferAttributeTypes -> IO Object
(BufferAttributeTypes -> IO Object)
-> ToObject BufferAttributeTypes
forall a. (a -> IO Object) -> ToObject a
$ctoObject :: BufferAttributeTypes -> IO Object
toObject :: BufferAttributeTypes -> IO Object
ToObject)
new :: THREE.Three BufferAttributeTypes
new :: Three BufferAttributeTypes
new = (JSVal -> BufferAttributeTypes)
-> MisoString -> [MisoString] -> Three BufferAttributeTypes
forall args con.
ToArgs args =>
(JSVal -> con) -> MisoString -> args -> Three con
THREE.new JSVal -> BufferAttributeTypes
BufferAttributeTypes MisoString
"BufferAttributeTypes" ([] :: [MisoString])