GL.FramebufferTexture2D メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FramebufferTexture2D(FramebufferTarget, FramebufferSlot, TextureTarget, UInt32, Int32) | |
FramebufferTexture2D(FramebufferTarget, FramebufferSlot, TextureTarget, Int32, Int32) |
FramebufferTexture2D(FramebufferTarget, FramebufferSlot, TextureTarget, UInt32, Int32)
重要
この API は CLS 準拠ではありません。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glFramebufferTexture2D", Version="3.0")]
[System.CLSCompliant(false)]
public static void FramebufferTexture2D (OpenTK.Graphics.ES30.FramebufferTarget target, OpenTK.Graphics.ES30.FramebufferSlot attachment, OpenTK.Graphics.ES30.TextureTarget textarget, uint texture, int level);
static member FramebufferTexture2D : OpenTK.Graphics.ES30.FramebufferTarget * OpenTK.Graphics.ES30.FramebufferSlot * OpenTK.Graphics.ES30.TextureTarget * uint32 * int -> unit
パラメーター
- target
- FramebufferTarget
- attachment
- FramebufferSlot
- textarget
- TextureTarget
- texture
- UInt32
- level
- Int32
- 属性
適用対象
FramebufferTexture2D(FramebufferTarget, FramebufferSlot, TextureTarget, Int32, Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glFramebufferTexture2D", Version="3.0")]
public static void FramebufferTexture2D (OpenTK.Graphics.ES30.FramebufferTarget target, OpenTK.Graphics.ES30.FramebufferSlot attachment, OpenTK.Graphics.ES30.TextureTarget textarget, int texture, int level);
static member FramebufferTexture2D : OpenTK.Graphics.ES30.FramebufferTarget * OpenTK.Graphics.ES30.FramebufferSlot * OpenTK.Graphics.ES30.TextureTarget * int * int -> unit
パラメーター
- target
- FramebufferTarget
- attachment
- FramebufferSlot
- textarget
- TextureTarget
- texture
- Int32
- level
- Int32
- 属性