Added in API level 11
Deprecated in API level 31

Int4

public class Int4
extends Object

java.lang.Object
   ↳ android.renderscript.Int4


This class was deprecated in API level 31.
Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives.

Vector version of the basic int type. Provides four int fields packed.

Summary

Fields

public int w

public int x

public int y

public int z

Public constructors

Int4()
Int4(int x, int y, int z, int w)

Inherited methods

Fields

w

Added in API level 11
public int w

x

Added in API level 11
public int x

y

Added in API level 11
public int y

z

Added in API level 11
public int z

Public constructors

Int4

Added in API level 11
public Int4 ()

Int4

Added in API level 11
public Int4 (int x, 
                int y, 
                int z, 
                int w)

Parameters
x int

y int

z int

w int