spirv-reflect-types-0.3: Data types from spirv-reflect tool.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.SpirV.Reflect.BlockVariable

Documentation

data BlockVariable Source #

Instances

Instances details
Generic BlockVariable Source # 
Instance details

Defined in Data.SpirV.Reflect.BlockVariable

Associated Types

type Rep BlockVariable :: Type -> Type #

Show BlockVariable Source # 
Instance details

Defined in Data.SpirV.Reflect.BlockVariable

Eq BlockVariable Source # 
Instance details

Defined in Data.SpirV.Reflect.BlockVariable

type Rep BlockVariable Source # 
Instance details

Defined in Data.SpirV.Reflect.BlockVariable

type Rep BlockVariable = D1 ('MetaData "BlockVariable" "Data.SpirV.Reflect.BlockVariable" "spirv-reflect-types-0.3-5WU8v7KQLpf9iPXLJ2wacn" 'False) (C1 ('MetaCons "BlockVariable" 'PrefixI 'True) (((S1 ('MetaSel ('Just "spirv_id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Word32)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32))) :*: (S1 ('MetaSel ('Just "absolute_offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32) :*: (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32) :*: S1 ('MetaSel ('Just "padded_size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Word32)))) :*: ((S1 ('MetaSel ('Just "decorations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DecorationFlags) :*: (S1 ('MetaSel ('Just "numeric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Numeric) :*: S1 ('MetaSel ('Just "array") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Array))) :*: (S1 ('MetaSel ('Just "members") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Vector BlockVariable)) :*: (S1 ('MetaSel ('Just "type_description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TypeDescription)) :*: S1 ('MetaSel ('Just "word_offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WordOffset)))))))

newtype WordOffset Source #

Constructors

WordOffset 

Fields

Instances

Instances details
Generic WordOffset Source # 
Instance details

Defined in Data.SpirV.Reflect.BlockVariable

Associated Types

type Rep WordOffset :: Type -> Type #

Show WordOffset Source # 
Instance details

Defined in Data.SpirV.Reflect.BlockVariable

Eq WordOffset Source # 
Instance details

Defined in Data.SpirV.Reflect.BlockVariable

type Rep WordOffset Source # 
Instance details

Defined in Data.SpirV.Reflect.BlockVariable

type Rep WordOffset = D1 ('MetaData "WordOffset" "Data.SpirV.Reflect.BlockVariable" "spirv-reflect-types-0.3-5WU8v7KQLpf9iPXLJ2wacn" 'True) (C1 ('MetaCons "WordOffset" 'PrefixI 'True) (S1 ('MetaSel ('Just "offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word32)))