gltf-codec-0.1.0.4: glTF scene loader
Safe HaskellNone
LanguageHaskell2010

Codec.GlTF.URI

Synopsis

Documentation

newtype URI Source #

The URI of the buffer or image.

Relative paths are relative to the .gltf file. Instead of referencing an external file, the uri can also be a data-uri.

Constructors

URI Text 

Instances

Instances details
Eq URI Source # 
Instance details

Defined in Codec.GlTF.URI

Methods

(==) :: URI -> URI -> Bool #

(/=) :: URI -> URI -> Bool #

Ord URI Source # 
Instance details

Defined in Codec.GlTF.URI

Methods

compare :: URI -> URI -> Ordering #

(<) :: URI -> URI -> Bool #

(<=) :: URI -> URI -> Bool #

(>) :: URI -> URI -> Bool #

(>=) :: URI -> URI -> Bool #

max :: URI -> URI -> URI #

min :: URI -> URI -> URI #

Show URI Source # 
Instance details

Defined in Codec.GlTF.URI

Methods

showsPrec :: Int -> URI -> ShowS #

show :: URI -> String #

showList :: [URI] -> ShowS #

Generic URI Source # 
Instance details

Defined in Codec.GlTF.URI

Associated Types

type Rep URI :: Type -> Type #

Methods

from :: URI -> Rep URI x #

to :: Rep URI x -> URI #

ToJSON URI Source # 
Instance details

Defined in Codec.GlTF.URI

FromJSON URI Source # 
Instance details

Defined in Codec.GlTF.URI

type Rep URI Source # 
Instance details

Defined in Codec.GlTF.URI

type Rep URI = D1 ('MetaData "URI" "Codec.GlTF.URI" "gltf-codec-0.1.0.4-4VoQsGaCivs2IcxkZWD1XT" 'True) (C1 ('MetaCons "URI" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))