| Package | Description |
|---|---|
| de.javagl.jgltf.model.gl |
Classes for modeling OpenGL rendering techniques.
|
| de.javagl.jgltf.model.gl.impl |
Implementations of the
de.javagl.jgltf.model.gl classes. |
| Modifier and Type | Method and Description |
|---|---|
ShaderModel.ShaderType |
ShaderModel.getShaderType()
Returns the
ShaderModel.ShaderType of this shader |
static ShaderModel.ShaderType |
ShaderModel.ShaderType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShaderModel.ShaderType[] |
ShaderModel.ShaderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ShaderModel.ShaderType |
DefaultShaderModel.getShaderType() |
| Constructor and Description |
|---|
DefaultShaderModel(java.lang.String uri,
ShaderModel.ShaderType shaderType)
Default constructor
|
Copyright © 2022. All Rights Reserved.