IGL10.GlLightModelfv 方法

定义

重载

GlLightModelfv(Int32, FloatBuffer)
GlLightModelfv(Int32, Single[], Int32)

GlLightModelfv(Int32, FloatBuffer)

[Android.Runtime.Register("glLightModelfv", "(ILjava/nio/FloatBuffer;)V", "GetGlLightModelfv_ILjava_nio_FloatBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlLightModelfv (int pname, Java.Nio.FloatBuffer? params);
[<Android.Runtime.Register("glLightModelfv", "(ILjava/nio/FloatBuffer;)V", "GetGlLightModelfv_ILjava_nio_FloatBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlLightModelfv : int * Java.Nio.FloatBuffer -> unit

参数

pname
Int32
params
FloatBuffer
属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

GlLightModelfv(Int32, Single[], Int32)

[Android.Runtime.Register("glLightModelfv", "(I[FI)V", "GetGlLightModelfv_IarrayFIHandler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlLightModelfv (int pname, float[]? params, int offset);
[<Android.Runtime.Register("glLightModelfv", "(I[FI)V", "GetGlLightModelfv_IarrayFIHandler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlLightModelfv : int * single[] * int -> unit

参数

pname
Int32
params
Single[]
offset
Int32
属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于