GL.DrawBuffers 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DrawBuffers(Int32, DrawBufferMode[]) | |
DrawBuffers(Int32, DrawBufferMode) | |
DrawBuffers(Int32, DrawBufferMode*) | |
DrawBuffers(Int32, All*) |
已过时.
|
DrawBuffers(Int32, All) |
已过时.
|
DrawBuffers(Int32, All[]) |
已过时.
|
DrawBuffers(Int32, DrawBufferMode[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawBuffers", Version="3.0")]
public static void DrawBuffers (int n, OpenTK.Graphics.ES30.DrawBufferMode[] bufs);
static member DrawBuffers : int * OpenTK.Graphics.ES30.DrawBufferMode[] -> unit
参数
- n
- Int32
- bufs
- DrawBufferMode[]
- 属性
适用于
DrawBuffers(Int32, DrawBufferMode)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawBuffers", Version="3.0")]
public static void DrawBuffers (int n, ref OpenTK.Graphics.ES30.DrawBufferMode bufs);
static member DrawBuffers : int * -> unit
参数
- n
- Int32
- bufs
- DrawBufferMode
- 属性
适用于
DrawBuffers(Int32, DrawBufferMode*)
重要
此 API 不符合 CLS。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawBuffers", Version="3.0")]
[System.CLSCompliant(false)]
public static void DrawBuffers (int n, OpenTK.Graphics.ES30.DrawBufferMode* bufs);
static member DrawBuffers : int * nativeptr<OpenTK.Graphics.ES30.DrawBufferMode> -> unit
参数
- n
- Int32
- bufs
- DrawBufferMode*
- 属性
适用于
DrawBuffers(Int32, All*)
注意
Use the overload with strongly typed enumerations
重要
此 API 不符合 CLS。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawBuffers", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void DrawBuffers (int n, OpenTK.Graphics.ES30.All* bufs);
static member DrawBuffers : int * nativeptr<OpenTK.Graphics.ES30.All> -> unit
参数
- n
- Int32
- bufs
- All*
- 属性
适用于
DrawBuffers(Int32, All)
注意
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawBuffers", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void DrawBuffers (int n, ref OpenTK.Graphics.ES30.All bufs);
static member DrawBuffers : int * -> unit
参数
- n
- Int32
- bufs
- All
- 属性
适用于
DrawBuffers(Int32, All[])
注意
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDrawBuffers", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void DrawBuffers (int n, OpenTK.Graphics.ES30.All[] bufs);
static member DrawBuffers : int * OpenTK.Graphics.ES30.All[] -> unit
参数
- n
- Int32
- bufs
- All[]
- 属性