class ShaderProgramRetained.AttrNameInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isArray |
private ShaderAttrLoc |
loc |
private int |
type |
| Constructor and Description |
|---|
ShaderProgramRetained.AttrNameInfo() |
| Modifier and Type | Method and Description |
|---|---|
(package private) ShaderAttrLoc |
getLocation() |
(package private) int |
getType() |
(package private) boolean |
isArray() |
(package private) void |
setArray(boolean isArray) |
(package private) void |
setLocation(ShaderAttrLoc loc) |
(package private) void |
setType(int type) |
private ShaderAttrLoc loc
private boolean isArray
private int type
void setLocation(ShaderAttrLoc loc)
ShaderAttrLoc getLocation()
void setType(int type)
int getType()
boolean isArray()
void setArray(boolean isArray)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.