GL.ActiveTexture メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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
- 属性