GL.GenFramebuffers 方法

定义

重载

GenFramebuffers(Int32, UInt32[])
GenFramebuffers(Int32, UInt32*)
GenFramebuffers(Int32, UInt32)
GenFramebuffers(Int32, Int32)
GenFramebuffers(Int32, Int32*)
GenFramebuffers(Int32, Int32[])

GenFramebuffers(Int32, UInt32[])

重要

此 API 不符合 CLS。

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenFramebuffers (int n, uint[] framebuffers);
static member GenFramebuffers : int * uint32[] -> unit

参数

n
Int32
framebuffers
UInt32[]
属性

适用于

GenFramebuffers(Int32, UInt32*)

重要

此 API 不符合 CLS。

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenFramebuffers (int n, uint* framebuffers);
static member GenFramebuffers : int * nativeptr<uint32> -> unit

参数

n
Int32
framebuffers
UInt32*
属性

适用于

GenFramebuffers(Int32, UInt32)

重要

此 API 不符合 CLS。

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenFramebuffers (int n, out uint framebuffers);
static member GenFramebuffers : int *  -> unit

参数

n
Int32
framebuffers
UInt32
属性

适用于

GenFramebuffers(Int32, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenFramebuffers", Version="2.0")]
public static void GenFramebuffers (int n, out int framebuffers);
static member GenFramebuffers : int *  -> unit

参数

n
Int32
framebuffers
Int32
属性

适用于

GenFramebuffers(Int32, Int32*)

重要

此 API 不符合 CLS。

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenFramebuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenFramebuffers (int n, int* framebuffers);
static member GenFramebuffers : int * nativeptr<int> -> unit

参数

n
Int32
framebuffers
Int32*
属性

适用于

GenFramebuffers(Int32, Int32[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenFramebuffers", Version="2.0")]
public static void GenFramebuffers (int n, int[] framebuffers);
static member GenFramebuffers : int * int[] -> unit

参数

n
Int32
framebuffers
Int32[]
属性

适用于