Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Documentation
data TranslationUnit Source #
Instances
Show TranslationUnit Source # | |
Defined in Language.GLSL.Syntax | |
Eq TranslationUnit Source # | |
Defined in Language.GLSL.Syntax (==) :: TranslationUnit -> TranslationUnit -> Bool Source # (/=) :: TranslationUnit -> TranslationUnit -> Bool Source # | |
Pretty TranslationUnit Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> TranslationUnit -> Doc Source # pPrint :: TranslationUnit -> Doc Source # pPrintList :: PrettyLevel -> [TranslationUnit] -> Doc Source # |
data ExternalDeclaration Source #
FunctionDeclaration FunctionPrototype | |
FunctionDefinition FunctionPrototype Compound | |
Declaration Declaration |
Instances
Show ExternalDeclaration Source # | |
Defined in Language.GLSL.Syntax | |
Eq ExternalDeclaration Source # | |
Defined in Language.GLSL.Syntax (==) :: ExternalDeclaration -> ExternalDeclaration -> Bool Source # (/=) :: ExternalDeclaration -> ExternalDeclaration -> Bool Source # | |
Pretty ExternalDeclaration Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> ExternalDeclaration -> Doc Source # pPrint :: ExternalDeclaration -> Doc Source # pPrintList :: PrettyLevel -> [ExternalDeclaration] -> Doc Source # |
data Declaration Source #
InitDeclaration InvariantOrType [InitDeclarator] | |
Precision PrecisionQualifier TypeSpecifierNoPrecision | |
Block TypeQualifier String [Field] (Maybe (String, Maybe (Maybe Expr))) | |
TQ TypeQualifier |
Instances
Show Declaration Source # | |
Defined in Language.GLSL.Syntax | |
Eq Declaration Source # | |
Defined in Language.GLSL.Syntax (==) :: Declaration -> Declaration -> Bool Source # (/=) :: Declaration -> Declaration -> Bool Source # | |
Pretty Declaration Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> Declaration -> Doc Source # pPrint :: Declaration -> Doc Source # pPrintList :: PrettyLevel -> [Declaration] -> Doc Source # |
data InitDeclarator Source #
Instances
Show InitDeclarator Source # | |
Defined in Language.GLSL.Syntax | |
Eq InitDeclarator Source # | |
Defined in Language.GLSL.Syntax (==) :: InitDeclarator -> InitDeclarator -> Bool Source # (/=) :: InitDeclarator -> InitDeclarator -> Bool Source # | |
Pretty InitDeclarator Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> InitDeclarator -> Doc Source # pPrint :: InitDeclarator -> Doc Source # pPrintList :: PrettyLevel -> [InitDeclarator] -> Doc Source # |
data InvariantOrType Source #
Instances
Show InvariantOrType Source # | |
Defined in Language.GLSL.Syntax | |
Eq InvariantOrType Source # | |
Defined in Language.GLSL.Syntax (==) :: InvariantOrType -> InvariantOrType -> Bool Source # (/=) :: InvariantOrType -> InvariantOrType -> Bool Source # | |
Pretty InvariantOrType Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> InvariantOrType -> Doc Source # pPrint :: InvariantOrType -> Doc Source # pPrintList :: PrettyLevel -> [InvariantOrType] -> Doc Source # |
data FunctionPrototype Source #
Instances
Show FunctionPrototype Source # | |
Defined in Language.GLSL.Syntax | |
Eq FunctionPrototype Source # | |
Defined in Language.GLSL.Syntax (==) :: FunctionPrototype -> FunctionPrototype -> Bool Source # (/=) :: FunctionPrototype -> FunctionPrototype -> Bool Source # | |
Pretty FunctionPrototype Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> FunctionPrototype -> Doc Source # pPrint :: FunctionPrototype -> Doc Source # pPrintList :: PrettyLevel -> [FunctionPrototype] -> Doc Source # |
data ParameterDeclaration Source #
ParameterDeclaration (Maybe ParameterTypeQualifier) (Maybe ParameterQualifier) TypeSpecifier (Maybe (String, Maybe Expr)) |
Instances
Show ParameterDeclaration Source # | |
Defined in Language.GLSL.Syntax | |
Eq ParameterDeclaration Source # | |
Defined in Language.GLSL.Syntax (==) :: ParameterDeclaration -> ParameterDeclaration -> Bool Source # (/=) :: ParameterDeclaration -> ParameterDeclaration -> Bool Source # | |
Pretty ParameterDeclaration Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> ParameterDeclaration -> Doc Source # pPrint :: ParameterDeclaration -> Doc Source # pPrintList :: PrettyLevel -> [ParameterDeclaration] -> Doc Source # |
data TypeQualifier Source #
Instances
Show TypeQualifier Source # | |
Defined in Language.GLSL.Syntax | |
Eq TypeQualifier Source # | |
Defined in Language.GLSL.Syntax (==) :: TypeQualifier -> TypeQualifier -> Bool Source # (/=) :: TypeQualifier -> TypeQualifier -> Bool Source # | |
Pretty TypeQualifier Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> TypeQualifier -> Doc Source # pPrint :: TypeQualifier -> Doc Source # pPrintList :: PrettyLevel -> [TypeQualifier] -> Doc Source # |
data TypeSpecifier Source #
Instances
Show TypeSpecifier Source # | |
Defined in Language.GLSL.Syntax | |
Eq TypeSpecifier Source # | |
Defined in Language.GLSL.Syntax (==) :: TypeSpecifier -> TypeSpecifier -> Bool Source # (/=) :: TypeSpecifier -> TypeSpecifier -> Bool Source # | |
Pretty TypeSpecifier Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> TypeSpecifier -> Doc Source # pPrint :: TypeSpecifier -> Doc Source # pPrintList :: PrettyLevel -> [TypeSpecifier] -> Doc Source # |
data InvariantQualifier Source #
Instances
Show InvariantQualifier Source # | |
Defined in Language.GLSL.Syntax | |
Eq InvariantQualifier Source # | |
Defined in Language.GLSL.Syntax (==) :: InvariantQualifier -> InvariantQualifier -> Bool Source # (/=) :: InvariantQualifier -> InvariantQualifier -> Bool Source # | |
Pretty InvariantQualifier Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> InvariantQualifier -> Doc Source # pPrint :: InvariantQualifier -> Doc Source # pPrintList :: PrettyLevel -> [InvariantQualifier] -> Doc Source # |
data InterpolationQualifier Source #
Instances
Show InterpolationQualifier Source # | |
Defined in Language.GLSL.Syntax | |
Eq InterpolationQualifier Source # | |
Defined in Language.GLSL.Syntax | |
Pretty InterpolationQualifier Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> InterpolationQualifier -> Doc Source # pPrint :: InterpolationQualifier -> Doc Source # pPrintList :: PrettyLevel -> [InterpolationQualifier] -> Doc Source # |
data LayoutQualifier Source #
Instances
Show LayoutQualifier Source # | |
Defined in Language.GLSL.Syntax | |
Eq LayoutQualifier Source # | |
Defined in Language.GLSL.Syntax (==) :: LayoutQualifier -> LayoutQualifier -> Bool Source # (/=) :: LayoutQualifier -> LayoutQualifier -> Bool Source # | |
Pretty LayoutQualifier Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> LayoutQualifier -> Doc Source # pPrint :: LayoutQualifier -> Doc Source # pPrintList :: PrettyLevel -> [LayoutQualifier] -> Doc Source # |
data LayoutQualifierId Source #
Instances
Show LayoutQualifierId Source # | |
Defined in Language.GLSL.Syntax | |
Eq LayoutQualifierId Source # | |
Defined in Language.GLSL.Syntax (==) :: LayoutQualifierId -> LayoutQualifierId -> Bool Source # (/=) :: LayoutQualifierId -> LayoutQualifierId -> Bool Source # | |
Pretty LayoutQualifierId Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> LayoutQualifierId -> Doc Source # pPrint :: LayoutQualifierId -> Doc Source # pPrintList :: PrettyLevel -> [LayoutQualifierId] -> Doc Source # |
data StorageQualifier Source #
Instances
Show StorageQualifier Source # | |
Defined in Language.GLSL.Syntax | |
Eq StorageQualifier Source # | |
Defined in Language.GLSL.Syntax (==) :: StorageQualifier -> StorageQualifier -> Bool Source # (/=) :: StorageQualifier -> StorageQualifier -> Bool Source # | |
Pretty StorageQualifier Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> StorageQualifier -> Doc Source # pPrint :: StorageQualifier -> Doc Source # pPrintList :: PrettyLevel -> [StorageQualifier] -> Doc Source # |
data TypeSpecifierNoPrecision Source #
Instances
Show TypeSpecifierNoPrecision Source # | |
Defined in Language.GLSL.Syntax | |
Eq TypeSpecifierNoPrecision Source # | |
Defined in Language.GLSL.Syntax | |
Pretty TypeSpecifierNoPrecision Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> TypeSpecifierNoPrecision -> Doc Source # pPrint :: TypeSpecifierNoPrecision -> Doc Source # pPrintList :: PrettyLevel -> [TypeSpecifierNoPrecision] -> Doc Source # |
data TypeSpecifierNonArray Source #
Instances
Show TypeSpecifierNonArray Source # | |
Defined in Language.GLSL.Syntax | |
Eq TypeSpecifierNonArray Source # | |
Defined in Language.GLSL.Syntax | |
Pretty TypeSpecifierNonArray Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> TypeSpecifierNonArray -> Doc Source # pPrint :: TypeSpecifierNonArray -> Doc Source # pPrintList :: PrettyLevel -> [TypeSpecifierNonArray] -> Doc Source # |
data PrecisionQualifier Source #
Instances
Show PrecisionQualifier Source # | |
Defined in Language.GLSL.Syntax | |
Eq PrecisionQualifier Source # | |
Defined in Language.GLSL.Syntax (==) :: PrecisionQualifier -> PrecisionQualifier -> Bool Source # (/=) :: PrecisionQualifier -> PrecisionQualifier -> Bool Source # | |
Pretty PrecisionQualifier Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> PrecisionQualifier -> Doc Source # pPrint :: PrecisionQualifier -> Doc Source # pPrintList :: PrettyLevel -> [PrecisionQualifier] -> Doc Source # |
data StructDeclarator Source #
Instances
Show StructDeclarator Source # | |
Defined in Language.GLSL.Syntax | |
Eq StructDeclarator Source # | |
Defined in Language.GLSL.Syntax (==) :: StructDeclarator -> StructDeclarator -> Bool Source # (/=) :: StructDeclarator -> StructDeclarator -> Bool Source # | |
Pretty StructDeclarator Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> StructDeclarator -> Doc Source # pPrint :: StructDeclarator -> Doc Source # pPrintList :: PrettyLevel -> [StructDeclarator] -> Doc Source # |
data IntConstantKind Source #
Instances
Show IntConstantKind Source # | |
Defined in Language.GLSL.Syntax | |
Eq IntConstantKind Source # | |
Defined in Language.GLSL.Syntax (==) :: IntConstantKind -> IntConstantKind -> Bool Source # (/=) :: IntConstantKind -> IntConstantKind -> Bool Source # |
data Parameters Source #
Instances
Show Parameters Source # | |
Defined in Language.GLSL.Syntax | |
Eq Parameters Source # | |
Defined in Language.GLSL.Syntax (==) :: Parameters -> Parameters -> Bool Source # (/=) :: Parameters -> Parameters -> Bool Source # | |
Pretty Parameters Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> Parameters -> Doc Source # pPrint :: Parameters -> Doc Source # pPrintList :: PrettyLevel -> [Parameters] -> Doc Source # |
data ParameterQualifier Source #
Instances
Show ParameterQualifier Source # | |
Defined in Language.GLSL.Syntax | |
Eq ParameterQualifier Source # | |
Defined in Language.GLSL.Syntax (==) :: ParameterQualifier -> ParameterQualifier -> Bool Source # (/=) :: ParameterQualifier -> ParameterQualifier -> Bool Source # | |
Pretty ParameterQualifier Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> ParameterQualifier -> Doc Source # pPrint :: ParameterQualifier -> Doc Source # pPrintList :: PrettyLevel -> [ParameterQualifier] -> Doc Source # |
data ParameterTypeQualifier Source #
Instances
Show ParameterTypeQualifier Source # | |
Defined in Language.GLSL.Syntax | |
Eq ParameterTypeQualifier Source # | |
Defined in Language.GLSL.Syntax | |
Pretty ParameterTypeQualifier Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> ParameterTypeQualifier -> Doc Source # pPrint :: ParameterTypeQualifier -> Doc Source # pPrintList :: PrettyLevel -> [ParameterTypeQualifier] -> Doc Source # |
data FunctionIdentifier Source #
Instances
Show FunctionIdentifier Source # | |
Defined in Language.GLSL.Syntax | |
Eq FunctionIdentifier Source # | |
Defined in Language.GLSL.Syntax (==) :: FunctionIdentifier -> FunctionIdentifier -> Bool Source # (/=) :: FunctionIdentifier -> FunctionIdentifier -> Bool Source # | |
Pretty FunctionIdentifier Source # | |
Defined in Language.GLSL.Pretty pPrintPrec :: PrettyLevel -> Rational -> FunctionIdentifier -> Doc Source # pPrint :: FunctionIdentifier -> Doc Source # pPrintList :: PrettyLevel -> [FunctionIdentifier] -> Doc Source # |