java.lang.Object | |
↳ | android.renderscript.Mesh.Builder |
This class is deprecated.
in API 16
Mesh builder object. It starts empty and requires you to
add the types necessary to create vertex and index
allocations.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in API 16
Creates builder object
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in API 16
Adds an index set primitive type to the builder object
| |||||||||||
This method is deprecated.
in API 16
Adds an index set data type to the builder object
| |||||||||||
This method is deprecated.
in API 16
Adds an index set data type to the builder object
| |||||||||||
This method is deprecated.
in API 16
Adds a vertex data type to the builder object
| |||||||||||
This method is deprecated.
in API 16
Adds a vertex data type to the builder object
| |||||||||||
This method is deprecated.
in API 16
Create a Mesh object from the current state of the builder
| |||||||||||
This method is deprecated.
in API 16
| |||||||||||
This method is deprecated.
in API 16
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This constructor is deprecated.
in API 16
Creates builder object
rs | Context to which the mesh will belong. |
---|---|
usage | specifies how the mesh allocations are to be handled, whether they need to be uploaded to a buffer on the gpu, maintain a cpu copy, etc |
This method is deprecated.
in API 16
Adds an index set primitive type to the builder object
p | primitive type |
---|
This method is deprecated.
in API 16
Adds an index set data type to the builder object
e | element describing the index set data layout |
---|---|
size | number of elements in the buffer |
p | primitive type |
This method is deprecated.
in API 16
Adds an index set data type to the builder object
t | type of the index set data, could be null |
---|---|
p | primitive type |
This method is deprecated.
in API 16
Adds a vertex data type to the builder object
e | element describing the vertex data layout |
---|---|
size | number of elements in the buffer |
IllegalStateException |
---|
This method is deprecated.
in API 16
Adds a vertex data type to the builder object
t | type of the vertex data allocation to be created |
---|
IllegalStateException |
---|
This method is deprecated.
in API 16
Create a Mesh object from the current state of the builder
This method is deprecated.
in API 16
This method is deprecated.
in API 16