lambdacube-ir-0.3.0.1: LambdaCube 3D intermediate representation of 3D graphics pipelines
LambdaCube.PipelineSchema
data StreamType Source #
Constructors
Instances
Methods
(==) :: StreamType -> StreamType -> Bool #
(/=) :: StreamType -> StreamType -> Bool #
compare :: StreamType -> StreamType -> Ordering #
(<) :: StreamType -> StreamType -> Bool #
(<=) :: StreamType -> StreamType -> Bool #
(>) :: StreamType -> StreamType -> Bool #
(>=) :: StreamType -> StreamType -> Bool #
max :: StreamType -> StreamType -> StreamType #
min :: StreamType -> StreamType -> StreamType #
showsPrec :: Int -> StreamType -> ShowS #
show :: StreamType -> String #
showList :: [StreamType] -> ShowS #
toJSON :: StreamType -> Value #
toEncoding :: StreamType -> Encoding #
parseJSON :: Value -> Parser StreamType #
data ObjectArraySchema Source #
Fields
(==) :: ObjectArraySchema -> ObjectArraySchema -> Bool #
(/=) :: ObjectArraySchema -> ObjectArraySchema -> Bool #
compare :: ObjectArraySchema -> ObjectArraySchema -> Ordering #
(<) :: ObjectArraySchema -> ObjectArraySchema -> Bool #
(<=) :: ObjectArraySchema -> ObjectArraySchema -> Bool #
(>) :: ObjectArraySchema -> ObjectArraySchema -> Bool #
(>=) :: ObjectArraySchema -> ObjectArraySchema -> Bool #
max :: ObjectArraySchema -> ObjectArraySchema -> ObjectArraySchema #
min :: ObjectArraySchema -> ObjectArraySchema -> ObjectArraySchema #
showsPrec :: Int -> ObjectArraySchema -> ShowS #
show :: ObjectArraySchema -> String #
showList :: [ObjectArraySchema] -> ShowS #
toJSON :: ObjectArraySchema -> Value #
toEncoding :: ObjectArraySchema -> Encoding #
parseJSON :: Value -> Parser ObjectArraySchema #
data PipelineSchema Source #
(==) :: PipelineSchema -> PipelineSchema -> Bool #
(/=) :: PipelineSchema -> PipelineSchema -> Bool #
compare :: PipelineSchema -> PipelineSchema -> Ordering #
(<) :: PipelineSchema -> PipelineSchema -> Bool #
(<=) :: PipelineSchema -> PipelineSchema -> Bool #
(>) :: PipelineSchema -> PipelineSchema -> Bool #
(>=) :: PipelineSchema -> PipelineSchema -> Bool #
max :: PipelineSchema -> PipelineSchema -> PipelineSchema #
min :: PipelineSchema -> PipelineSchema -> PipelineSchema #
showsPrec :: Int -> PipelineSchema -> ShowS #
show :: PipelineSchema -> String #
showList :: [PipelineSchema] -> ShowS #
toJSON :: PipelineSchema -> Value #
toEncoding :: PipelineSchema -> Encoding #
parseJSON :: Value -> Parser PipelineSchema #