Renderscript samples.
Resolving name conflict in model viewer. Adding fov projection matrix function. Adding helper methods for blending. Change-Id: Ibd3f1510436811398787c285845d050158bd6de8
This commit is contained in:
@@ -549,6 +549,20 @@ public class RenderScript {
|
||||
Sampler mSampler_WRAP_LINEAR;
|
||||
Sampler mSampler_WRAP_LINEAR_MIP_LINEAR;
|
||||
|
||||
ProgramStore mProgramStore_BlendNone_DepthTest;
|
||||
ProgramStore mProgramStore_BlendNone_DepthNoDepth;
|
||||
ProgramStore mProgramStore_BlendNone_DepthNoTest;
|
||||
ProgramStore mProgramStore_BlendNone_DepthNoWrite;
|
||||
ProgramStore mProgramStore_BlendAlpha_DepthTest;
|
||||
ProgramStore mProgramStore_BlendAlpha_DepthNoDepth;
|
||||
ProgramStore mProgramStore_BlendAlpha_DepthNoTest;
|
||||
ProgramStore mProgramStore_BlendAlpha_DepthNoWrite;
|
||||
ProgramStore mProgramStore_BlendAdd_DepthTest;
|
||||
ProgramStore mProgramStore_BlendAdd_DepthNoDepth;
|
||||
ProgramStore mProgramStore_BlendAdd_DepthNoTest;
|
||||
ProgramStore mProgramStore_BlendAdd_DepthNoWrite;
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user