Data.SpirV.Reflect.BlockVariable
data BlockVariable Source #
Constructors
Fields
Defined in Data.SpirV.Reflect.BlockVariable
Methods
(==) :: BlockVariable -> BlockVariable -> Bool #
(/=) :: BlockVariable -> BlockVariable -> Bool #
showsPrec :: Int -> BlockVariable -> ShowS #
show :: BlockVariable -> String #
showList :: [BlockVariable] -> ShowS #
Associated Types
type Rep BlockVariable :: Type -> Type #
from :: BlockVariable -> Rep BlockVariable x #
to :: Rep BlockVariable x -> BlockVariable #