ProgramStore.BLEND_NONE_DEPTH_NONE(RenderScript) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a pre-defined program store object with the following characteristics: - incoming pixels always pass the depth test and their value is not stored in the depth buffer - incoming pixels override the value stored in the color buffer
[Android.Runtime.Register("BLEND_NONE_DEPTH_NONE", "(Landroid/renderscript/RenderScript;)Landroid/renderscript/ProgramStore;", "")]
public static Android.Renderscripts.ProgramStore? BLEND_NONE_DEPTH_NONE (Android.Renderscripts.RenderScript? rs);
[<Android.Runtime.Register("BLEND_NONE_DEPTH_NONE", "(Landroid/renderscript/RenderScript;)Landroid/renderscript/ProgramStore;", "")>]
static member BLEND_NONE_DEPTH_NONE : Android.Renderscripts.RenderScript -> Android.Renderscripts.ProgramStore
Parameters
- rs
- RenderScript
Context to which the program will belong.
Returns
- Attributes
Remarks
Returns a pre-defined program store object with the following characteristics: - incoming pixels always pass the depth test and their value is not stored in the depth buffer - incoming pixels override the value stored in the color buffer
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.