Uses of Class
com.luciad.view.lightspeed.util.opengl.glsl.TLspShader
Packages that use TLspShader
Package
Description
Contains convenience classes for working with the OpenGL Shading Language
(GLSL).
-
Uses of TLspShader in com.luciad.view.lightspeed.util.opengl.glsl
Methods in com.luciad.view.lightspeed.util.opengl.glsl that return TLspShaderModifier and TypeMethodDescriptionstatic TLspShaderTLspShader.createFragmentShader(ILcdGL aGL, String aSource) Creates a fragment shader from the given source file.static TLspShaderTLspShader.createFragmentShader(ILcdGL aGL, String[] aSources) Creates a fragment shader from the given source files.static TLspShaderTLspShader.createFragmentShaderFromSourceCode(ILcdGL aGL, String[] aSourceCode) Creates a fragment shader from the given source code chunks.static TLspShaderTLspShader.createGeometryShader(ILcdGL aGL, String aSource) Creates a geometry shader from the given source file.static TLspShaderTLspShader.createGeometryShader(ILcdGL aGL, String[] aSources) Creates a geometry shader from the given source files.static TLspShaderTLspShader.createVertexShader(ILcdGL aGL, String aSource) Creates a vertex shader from the given source file.static TLspShaderTLspShader.createVertexShader(ILcdGL aGL, String[] aSources) Creates a vertex shader from the given source files.static TLspShaderTLspShader.createVertexShaderFromSourceCode(ILcdGL aGL, String[] aSourceCode) Creates a vertex shader from the given source code chunks.Methods in com.luciad.view.lightspeed.util.opengl.glsl that return types with arguments of type TLspShaderMethods in com.luciad.view.lightspeed.util.opengl.glsl with parameters of type TLspShaderModifier and TypeMethodDescriptionvoidTLspShaderProgram.add(TLspShader aShader) Adds a shader to this shader program.