다음을 통해 공유


GLES31.GlProgramUniformMatrix2fv 메서드

정의

오버로드

GlProgramUniformMatrix2fv(Int32, Int32, Int32, Boolean, FloatBuffer)
GlProgramUniformMatrix2fv(Int32, Int32, Int32, Boolean, Single[], Int32)

GlProgramUniformMatrix2fv(Int32, Int32, Int32, Boolean, FloatBuffer)

[Android.Runtime.Register("glProgramUniformMatrix2fv", "(IIIZLjava/nio/FloatBuffer;)V", "")]
public static void GlProgramUniformMatrix2fv (int program, int location, int count, bool transpose, Java.Nio.FloatBuffer? value);
[<Android.Runtime.Register("glProgramUniformMatrix2fv", "(IIIZLjava/nio/FloatBuffer;)V", "")>]
static member GlProgramUniformMatrix2fv : int * int * int * bool * Java.Nio.FloatBuffer -> unit

매개 변수

program
Int32
location
Int32
count
Int32
transpose
Boolean
value
FloatBuffer
특성

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

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

[Android.Runtime.Register("glProgramUniformMatrix2fv", "(IIIZ[FI)V", "")]
public static void GlProgramUniformMatrix2fv (int program, int location, int count, bool transpose, float[]? value, int offset);
[<Android.Runtime.Register("glProgramUniformMatrix2fv", "(IIIZ[FI)V", "")>]
static member GlProgramUniformMatrix2fv : int * int * int * bool * single[] * int -> unit

매개 변수

program
Int32
location
Int32
count
Int32
transpose
Boolean
value
Single[]
offset
Int32
특성

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상