FileDocCategorySizeDatePackage
ProgramVertexFixedFunction.javaAPI DocAndroid 5.1 API9511Thu Mar 12 22:22:42 GMT 2015android.renderscript

ProgramVertexFixedFunction

public class ProgramVertexFixedFunction extends ProgramVertex
hide
deprecated
in API 16 ProgramVertexFixedFunction is a helper class that provides a simple way to create a fixed function emulation vertex shader without writing any GLSL code.

Fields Summary
Constructors Summary
ProgramVertexFixedFunction(long id, RenderScript rs)

        super(id, rs);
    
Methods Summary
public voidbindConstants(android.renderscript.ProgramVertexFixedFunction$Constants va)

deprecated
in API 16 Binds the constant buffer containing fixed function emulation matrices
param
va allocation containing fixed function matrices

        mRS.validate();
        bindConstants(va.getAllocation(), 0);