java.lang.Object | |
↳ | android.renderscript.Mesh.AllocationBuilder |
This class is deprecated.
in API 16
Mesh builder object. It starts empty and requires the user to
add all the vertex and index allocations that comprise the
mesh
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in API 16
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in API 16
Adds an allocation containing index buffer data and index type
to the builder
| |||||||||||
This method is deprecated.
in API 16
Adds an index set type to the builder
| |||||||||||
This method is deprecated.
in API 16
Adds an allocation containing vertex buffer data to the
builder
| |||||||||||
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
This method is deprecated.
in API 16
Adds an allocation containing index buffer data and index type
to the builder
a | index set data allocation, could be null |
---|---|
p | index set primitive type |
This method is deprecated.
in API 16
Adds an index set type to the builder
p | index set primitive type |
---|
This method is deprecated.
in API 16
Adds an allocation containing vertex buffer data to the
builder
a | vertex data allocation |
---|
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