Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceCodeShader
The SourceCodeShader object is a shader that is defined using
text-based source code.
|
Modifier and Type | Method and Description |
---|---|
Shader |
ShaderError.getShader()
Returns the shader object associated with this shader error.
|
abstract Shader[] |
ShaderProgram.getShaders()
Retrieves the array of shaders from this shader program.
|
Shader[] |
GLSLShaderProgram.getShaders() |
Modifier and Type | Method and Description |
---|---|
void |
ShaderError.setShader(Shader shader)
Sets the shader object associated with this shader error.
|
abstract void |
ShaderProgram.setShaders(Shader[] shaders)
Copies the specified array of shaders into this shader
program.
|
void |
GLSLShaderProgram.setShaders(Shader[] shaders)
Copies the specified array of shaders into this shader
program.
|
Copyright © 2016–2022 SciJava. All rights reserved.