다음을 통해 공유


GL.BindBuffer 메서드

정의

오버로드

BindBuffer(All, Int32)
BindBuffer(All, UInt32)

BindBuffer(All, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glBindBuffer", Version="1.1")]
public static void BindBuffer (OpenTK.Graphics.ES11.All target, int buffer);
static member BindBuffer : OpenTK.Graphics.ES11.All * int -> unit

매개 변수

target
All
buffer
Int32
특성

적용 대상

BindBuffer(All, UInt32)

중요

이 API는 CLS 규격이 아닙니다.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glBindBuffer", Version="1.1")]
[System.CLSCompliant(false)]
public static void BindBuffer (OpenTK.Graphics.ES11.All target, uint buffer);
static member BindBuffer : OpenTK.Graphics.ES11.All * uint32 -> unit

매개 변수

target
All
buffer
UInt32
특성

적용 대상