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.View
MrComponent.bind()
bind
in class MrComponent.View
public void unbind()
MrComponent.View
MrComponent.unbind()
unbind
in class MrComponent.View
public void bindUniforms(java.util.Map<java.lang.String,MrUniformKey> uniformKeys)
public void initialize()
MrComponent.View
MrComponent.initialize(MrRenderingContext)
initialize
in class MrComponent.View