public class Program extends BaseObj
| Modifier and Type | Class and Description |
|---|---|
static class |
Program.BaseProgramBuilder |
static class |
Program.TextureType |
| Modifier and Type | Method and Description |
|---|---|
void |
bindConstants(Allocation a,
int slot) |
void |
bindSampler(Sampler vs,
int slot) |
void |
bindTexture(Allocation va,
int slot) |
Type |
getConstant(int slot) |
int |
getConstantCount() |
int |
getTextureCount() |
String |
getTextureName(int slot) |
Program.TextureType |
getTextureType(int slot) |
public int getConstantCount()
public Type getConstant(int slot)
public int getTextureCount()
public Program.TextureType getTextureType(int slot)
public String getTextureName(int slot)
public void bindConstants(Allocation a, int slot)
public void bindTexture(Allocation va, int slot) throws IllegalArgumentException
IllegalArgumentExceptionpublic void bindSampler(Sampler vs, int slot) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2008-2013. All Rights Reserved.