public class Short4
extends Object
| java.lang.Object | |
| android.support.v8.renderscript.Short4 | |
用于将本机RenderScript short4类型暴露给Android系统的类。
Fields |
|
|---|---|
public short |
w |
public short |
x |
public short |
y |
public short |
z |
Public constructors |
|
|---|---|
Short4() |
|
Short4(short initX, short initY, short initZ, short initW) |
|
继承方法(Inherited methods) |
|
|---|---|
java.lang.Object
|
|
short w
short x
short y
short z
Short4 ()
Short4 (short initX,
short initY,
short initZ,
short initW)
| 参数(Parameters) | |
|---|---|
initX |
short
|
initY |
short
|
initZ |
short
|
initW |
short
|