GLES31.GlDispatchCompute(Int32, Int32, Int32) Method

Definition

[Android.Runtime.Register("glDispatchCompute", "(III)V", "")]
public static void GlDispatchCompute (int num_groups_x, int num_groups_y, int num_groups_z);
[<Android.Runtime.Register("glDispatchCompute", "(III)V", "")>]
static member GlDispatchCompute : int * int * int -> unit

Parameters

num_groups_x
Int32
num_groups_y
Int32
num_groups_z
Int32
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.

Applies to