| Package | Description |
|---|---|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLProgramShaderType |
JCGLShadersType.shaderLinkProgram(String name,
JCGLVertexShaderUsableType v,
Optional<JCGLGeometryShaderUsableType> g,
JCGLFragmentShaderUsableType f)
Link a program consisting of the vertex shader
v, the optional
geometry shader g, and the fragment shader f. |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLShadersType.shaderDeleteProgram(JCGLProgramShaderType p)
Delete the given shader.
|
Copyright © 2017 <code@io7m.com> http://io7m.com