GLES31.GlProgramUniformMatrix4fv Method

Definition

Overloads

GlProgramUniformMatrix4fv(Int32, Int32, Int32, Boolean, Single[], Int32)

C#
[Android.Runtime.Register("glProgramUniformMatrix4fv", "(IIIZ[FI)V", "")]
public static void GlProgramUniformMatrix4fv (int program, int location, int count, bool transpose, float[]? value, int offset);

Parameters

program
Int32
location
Int32
count
Int32
transpose
Boolean
value
Single[]
offset
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

.NET for Android .NET for Android API 35 et .NET for Android .NET for Android API 34
Produit Versions
.NET for Android .NET for Android API 34, .NET for Android API 35

GlProgramUniformMatrix4fv(Int32, Int32, Int32, Boolean, FloatBuffer)

C#
[Android.Runtime.Register("glProgramUniformMatrix4fv", "(IIIZLjava/nio/FloatBuffer;)V", "")]
public static void GlProgramUniformMatrix4fv (int program, int location, int count, bool transpose, Java.Nio.FloatBuffer? value);

Parameters

program
Int32
location
Int32
count
Int32
transpose
Boolean
value
FloatBuffer
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

.NET for Android .NET for Android API 35 et .NET for Android .NET for Android API 34
Produit Versions
.NET for Android .NET for Android API 34, .NET for Android API 35