Uses of Interface
cz.fidentis.analyst.glsl.code.GlslProgram
Packages that use GlslProgram
Package
Description
Services for GLSL shaders, programs, and buffers.
-
Uses of GlslProgram in cz.fidentis.analyst.glsl
Methods in cz.fidentis.analyst.glsl that return GlslProgramModifier and TypeMethodDescriptionstatic GlslProgram
GlslServices.useProgram
(com.jogamp.opengl.GLContext glContext, GlslProgramDef programDef) Compiles the GLSL program, re-uses already compiled programs. -
Uses of GlslProgram in cz.fidentis.analyst.glsl.code.impl
Classes in cz.fidentis.analyst.glsl.code.impl that implement GlslProgramModifier and TypeClassDescriptionclass
A proxy object storing the information about a GLSL program compiled on GPU.