public class ProgramVertex extends Program
Modifier and Type | Class and Description |
---|---|
static class |
ProgramVertex.Builder
Deprecated.
in API 16
Builder class for creating ProgramVertex objects.
The builder starts empty and the user must minimally provide
the GLSL shader code, and the varying inputs. Constant, or
uniform parameters to the shader may optionally be provided as
well.
|
Program.BaseProgramBuilder, Program.TextureType
Modifier and Type | Method and Description |
---|---|
Element |
getInput(int slot)
Deprecated.
in API 16
|
int |
getInputCount()
Deprecated.
in API 16
|
bindConstants, bindSampler, bindTexture, getConstant, getConstantCount, getTextureCount, getTextureName, getTextureType
public int getInputCount()
public Element getInput(int slot)
slot
- location of the input to return