Unhiding J API's for Renderscript.
Change-Id: I8c2d43ccca94549bc6ca1a914106567ccc125503
This commit is contained in:
@@ -55,14 +55,15 @@ public class ProgramVertex extends Program {
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
* @return number of input attribute elements
|
||||
*/
|
||||
public int getInputCount() {
|
||||
return mInputs != null ? mInputs.length : 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
* @param slot location of the input to return
|
||||
* @return input attribute element
|
||||
*/
|
||||
public Element getInput(int slot) {
|
||||
if (slot < 0 || slot >= mInputs.length) {
|
||||
|
||||
Reference in New Issue
Block a user