spirv-reflect-types-0.1: Data types from spirv-reflect tool.
Safe HaskellNone
LanguageHaskell2010

Data.SpirV.Reflect.TypeDescription

Documentation

data TypeDescription Source #

Instances

Instances details
Eq TypeDescription Source # 
Instance details

Defined in Data.SpirV.Reflect.TypeDescription

Show TypeDescription Source # 
Instance details

Defined in Data.SpirV.Reflect.TypeDescription

Generic TypeDescription Source # 
Instance details

Defined in Data.SpirV.Reflect.TypeDescription

Associated Types

type Rep TypeDescription :: Type -> Type #

type Rep TypeDescription Source # 
Instance details

Defined in Data.SpirV.Reflect.TypeDescription

data Traits Source #

Constructors

Traits 

Fields

Instances

Instances details
Eq Traits Source # 
Instance details

Defined in Data.SpirV.Reflect.TypeDescription

Methods

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

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

Show Traits Source # 
Instance details

Defined in Data.SpirV.Reflect.TypeDescription

Generic Traits Source # 
Instance details

Defined in Data.SpirV.Reflect.TypeDescription

Associated Types

type Rep Traits :: Type -> Type #

Methods

from :: Traits -> Rep Traits x #

to :: Rep Traits x -> Traits #

type Rep Traits Source # 
Instance details

Defined in Data.SpirV.Reflect.TypeDescription

type Rep Traits = D1 ('MetaData "Traits" "Data.SpirV.Reflect.TypeDescription" "spirv-reflect-types-0.1-4P5Ez1XWqTLKFIs2PIS2BS" 'False) (C1 ('MetaCons "Traits" 'PrefixI 'True) (S1 ('MetaSel ('Just "numeric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Numeric) :*: (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Image) :*: S1 ('MetaSel ('Just "array") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Array))))