Uses of Class
cz.fidentis.analyst.glsl.code.impl.CompiledProgram
Packages that use CompiledProgram
-
Uses of CompiledProgram in cz.fidentis.analyst.glsl.code.impl
Methods in cz.fidentis.analyst.glsl.code.impl that return CompiledProgramModifier and TypeMethodDescriptionCompiledProgram.addShader
(CompiledShader shader) Links program with the given shader.CompiledProgram.compile()
Compiles the program on GPU.ProgramsManager.getOrCompile
(GlslProgramDef programSpec) Lazy compilation and re-used of GLSL programs.SingletonGpuManager.getOrCompile
(com.jogamp.opengl.GLContext glContext, GlslProgramDef program) Compiles the GLSL program, re-uses already compiled programs.