Most visited

Recently visited

Byte4

public class Byte4
extends Object

java.lang.Object
   ↳ android.support.v8.renderscript.Byte4


用于将本机RenderScript byte4类型暴露给Android系统的类。

Summary

Fields

public byte w

public byte x

public byte y

public byte z

Public constructors

Byte4()
Byte4(byte initX, byte initY, byte initZ, byte initW)

Inherited methods

From class java.lang.Object

Fields

w

byte w

x

byte x

y

byte y

z

byte z

Public constructors

Byte4

Byte4 ()

Byte4

Byte4 (byte initX, 
                byte initY, 
                byte initZ, 
                byte initW)

Parameters
initX byte
initY byte
initZ byte
initW byte

Hooray!