to top
Android APIs
public class

ProgramVertex

extends Program
java.lang.Object
   ↳ android.renderscript.BaseObj
     ↳ android.renderscript.Program
       ↳ android.renderscript.ProgramVertex
Known Direct Subclasses

This class was deprecated in API level 16.
in API 16 ProgramVertex, also know as a vertex shader, describes a stage in the graphics pipeline responsible for manipulating geometric data in a user-defined way.

Summary

Nested Classes
class ProgramVertex.Builder This class was deprecated in API level 16. in API 16 Builder class for creating ProgramVertex objects. The builder starts empty and the user must minimally provide the GLSL shader code, and the varying inputs. Constant, or uniform parameters to the shader may optionally be provided as well.  
Public Methods
Element getInput(int slot)
This method was deprecated in API level 16. in API 16
int getInputCount()
This method was deprecated in API level 16. in API 16
[Expand]
Inherited Methods
From class android.renderscript.Program
From class android.renderscript.BaseObj
From class java.lang.Object

Public Methods

public Element getInput (int slot)

Added in API level 16

This method was deprecated in API level 16.
in API 16

Parameters
slot location of the input to return
Returns
  • input attribute element

public int getInputCount ()

Added in API level 16

This method was deprecated in API level 16.
in API 16

Returns
  • number of input attribute elements