次の方法で共有


GL.ActiveTexture メソッド

定義

オーバーロード

ActiveTexture(All)
古い.
ActiveTexture(TextureUnit)

ActiveTexture(All)

注意事項

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glActiveTexture", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void ActiveTexture (OpenTK.Graphics.ES20.All texture);
static member ActiveTexture : OpenTK.Graphics.ES20.All -> unit

パラメーター

texture
All
属性

適用対象

ActiveTexture(TextureUnit)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glActiveTexture", Version="2.0")]
public static void ActiveTexture (OpenTK.Graphics.ES20.TextureUnit texture);
static member ActiveTexture : OpenTK.Graphics.ES20.TextureUnit -> unit

パラメーター

texture
TextureUnit
属性

適用対象