Android.Renderscripts.RenderScript: Method Members

The methods of Android.Renderscripts.RenderScript are listed below. For a list of all members, see the RenderScript Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

ContextDump()
Print the currently available debugging information about the state of the RS context to the log.
static
Create(Android.Content.Context) : RenderScript
Create a RenderScript context.
static
Create(Android.Content.Context, RenderScript.ContextType) : RenderScript
Create a RenderScript context.
static
Create(Android.Content.Context, RenderScript.ContextType, int) : RenderScript
Create a RenderScript context.
Destroy()
Destroys this RenderScript context.
Finish()
Wait for any pending asynchronous opeations (such as copies to a RS allocation or RS script executions) to complete.
SendMessage(int, int[])
Place a message into the message queue to be sent back to the message handler once all previous commands have been executed.
SetPriority(RenderScript.Priority)
Change the priority of the worker threads for this context.