java.lang.Object | |
↳ | android.renderscript.Mesh.Builder |
This class was deprecated in API level 16.
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 was deprecated in API level 16. in API 16 Creates builder object
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
This method was deprecated in API level 16. in API 16 Adds an index set primitive type to the builder object
|
|||||||||
|
|
This method was deprecated in API level 16. in API 16 Adds an index set data type to the builder object
|
|||||||||
|
|
This method was deprecated in API level 16. in API 16 Adds an index set data type to the builder object
|
|||||||||
|
|
This method was deprecated in API level 16. in API 16 Adds a vertex data type to the builder object
|
|||||||||
|
|
This method was deprecated in API level 16. in API 16 Adds a vertex data type to the builder object
|
|||||||||
|
|
This method was deprecated in API level 16. in API 16 Create a Mesh object from the current state of the builder
|
|||||||||
|
|
This method was deprecated in API level 16. in API 16
|
|||||||||
|
|
This method was deprecated in API level 16. in API 16
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This constructor was deprecated in API level 16.
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 was deprecated in API level 16.
in API 16 Adds an index set primitive type to the builder object
p | primitive type |
---|
This method was deprecated in API level 16.
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 was deprecated in API level 16.
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 was deprecated in API level 16.
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 was deprecated in API level 16.
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 was deprecated in API level 16.
in API 16 Create a Mesh object from the current state of the builder
This method was deprecated in API level 16.
in API 16
This method was deprecated in API level 16.
in API 16