RenderScript.CreateMultiContext 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.
Create a RenderScript context.
[Android.Runtime.Register("createMultiContext", "(Landroid/content/Context;Landroid/renderscript/RenderScript$ContextType;II)Landroid/renderscript/RenderScript;", "", ApiSince=23)]
public static Android.Renderscripts.RenderScript? CreateMultiContext (Android.Content.Context? ctx, Android.Renderscripts.RenderScript.ContextType? ct, int flags, int API_number);
[<Android.Runtime.Register("createMultiContext", "(Landroid/content/Context;Landroid/renderscript/RenderScript$ContextType;II)Landroid/renderscript/RenderScript;", "", ApiSince=23)>]
static member CreateMultiContext : Android.Content.Context * Android.Renderscripts.RenderScript.ContextType * int * int -> Android.Renderscripts.RenderScript
Parameters
- ctx
- Context
The context.
- flags
- Int32
- API_number
- Int32
Returns
RenderScript
- Attributes
Remarks
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.