Interface GlslType

All Known Subinterfaces:
GlslTypeSpecifier
All Known Implementing Classes:
GlslSpecifiedType, GlslStructSpecifier, GlslTypeSpecifier.Array, GlslTypeSpecifier.BuiltinType, GlslTypeSpecifier.Name

public sealed interface GlslType permits GlslSpecifiedType, GlslTypeSpecifier
Allows both a GlslSpecifiedType and GlslSpecifiedType to act as a specified type.
Since:
1.0.0
  • Method Details

    • asSpecifiedType

      GlslSpecifiedType asSpecifiedType()
      Returns:
      This type represented as a specified type