hmi.graphics.opengl.state
Interface GLStateComponent
- All Superinterfaces:
- GLRenderObject
- All Known Implementing Classes:
- GLCapability, GLFill, GLLine, GLMaterial, GLStateComponentF4, GLStateComponentI, GLStateComponentIF, GLStateComponentIF4, GLStateComponentII, GLTextureStateComponent
public interface GLStateComponent
- extends GLRenderObject
Interface for RenderObjects that are intended to set OpenGL state.
This interface is a simple extension of GLRenderObject, that requires a unique
identifying id, called the scid, in the form of an integer.
- Author:
- Job Zwiers
|
Method Summary |
int |
getSCId()
Returns an integer that uniquely identifies the type of the GLStateComponent. |
getSCId
int getSCId()
- Returns an integer that uniquely identifies the type of the GLStateComponent.