public interface GL10Ext
implements GL
| javax.microedition.khronos.opengles.GL10Ext |
公共方法(Public methods) |
|
|---|---|
abstract int |
glQueryMatrixxOES(int[] mantissa, int mantissaOffset, int[] exponent, int exponentOffset) |
abstract int |
glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) |
int glQueryMatrixxOES (int[] mantissa,
int mantissaOffset,
int[] exponent,
int exponentOffset)
| 参数(Parameters) | |
|---|---|
mantissa |
int
|
mantissaOffset |
int
|
exponent |
int
|
exponentOffset |
int
|
| 返回(Returns) | |
|---|---|
int |
|
int glQueryMatrixxOES (IntBuffer mantissa, IntBuffer exponent)
| 参数(Parameters) | |
|---|---|
mantissa |
IntBuffer
|
exponent |
IntBuffer
|
| 返回(Returns) | |
|---|---|
int |
|