Uses of Enum Class
cz.fidentis.analyst.glsl.code.GlslShaderDef
Packages that use GlslShaderDef
Package
Description
GLSL shaders and programs.
-
Uses of GlslShaderDef in cz.fidentis.analyst.glsl.code
Methods in cz.fidentis.analyst.glsl.code that return GlslShaderDefModifier and TypeMethodDescriptionstatic GlslShaderDef
Returns the enum constant of this class with the specified name.static GlslShaderDef[]
GlslShaderDef.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.fidentis.analyst.glsl.code that return types with arguments of type GlslShaderDef -
Uses of GlslShaderDef in cz.fidentis.analyst.glsl.code.impl
Methods in cz.fidentis.analyst.glsl.code.impl that return GlslShaderDefMethod parameters in cz.fidentis.analyst.glsl.code.impl with type arguments of type GlslShaderDefModifier and TypeMethodDescriptionprotected void
ProgramsManager.compileMissingShaders
(Collection<GlslShaderDef> shaderSpecs) Constructors in cz.fidentis.analyst.glsl.code.impl with parameters of type GlslShaderDefModifierConstructorDescriptionCompiledShader
(com.jogamp.opengl.GLContext glContext, GlslShaderDef shaderDef) Constructor that compiles the shader on GPU.