|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shader | |
---|---|
com.neovisionaries.android.opengl |
Uses of Shader in com.neovisionaries.android.opengl |
---|
Classes in com.neovisionaries.android.opengl with type parameters of type Shader | |
---|---|
class |
Shader<TShader extends Shader<TShader>>
OpenGL ES shader. |
Subclasses of Shader in com.neovisionaries.android.opengl | |
---|---|
class |
FragmentShader
OpenGL ES fragment shader. |
class |
VertexShader
OpenGL ES vertex shader. |
Methods in com.neovisionaries.android.opengl with parameters of type Shader | |
---|---|
Program |
Program.attach(Shader<?> shader)
Attach a shader to this program. |
Program |
Program.detach(Shader<?> shader)
Detach a shader from this program. |
Constructors in com.neovisionaries.android.opengl with parameters of type Shader | |
---|---|
Program(Shader<?>... shaders)
A constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |