protected class MrShaderProgram.View extends MrComponent.View
| Modifier | Constructor and Description |
|---|---|
protected |
View() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind()
Binds the rendering layer.
|
void |
bindUniforms(java.util.Map<java.lang.String,MrUniformKey> uniformKeys) |
void |
initialize()
Initializes the rendering layer.
|
void |
unbind()
Unbinds the rendering layer.
|
public void bind()
MrComponent.ViewMrComponent.bind()bind in class MrComponent.Viewpublic void unbind()
MrComponent.ViewMrComponent.unbind()unbind in class MrComponent.Viewpublic void bindUniforms(java.util.Map<java.lang.String,MrUniformKey> uniformKeys)
public void initialize()
MrComponent.ViewMrComponent.initialize(MrRenderingContext)initialize in class MrComponent.View