GL.GetVertexAttribPointer 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetVertexAttribPointer(Int32, All, IntPtr)
주의
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer (int index, OpenTK.Graphics.ES20.All pname, IntPtr pointer);
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.All * nativeint -> unit
매개 변수
- index
- Int32
- pname
- All
- pointer
-
IntPtr
nativeint
- 특성
적용 대상
GetVertexAttribPointer(Int32, VertexAttribPointerParameter, IntPtr)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
public static void GetVertexAttribPointer (int index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, IntPtr pointer);
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.VertexAttribPointerParameter * nativeint -> unit
매개 변수
- index
- Int32
- pointer
-
IntPtr
nativeint
- 특성
적용 대상
GetVertexAttribPointer(UInt32, All, IntPtr)
주의
Use the overload with strongly typed enumerations
중요
이 API는 CLS 규격이 아닙니다.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer (uint index, OpenTK.Graphics.ES20.All pname, IntPtr pointer);
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.All * nativeint -> unit
매개 변수
- index
- UInt32
- pname
- All
- pointer
-
IntPtr
nativeint
- 특성
적용 대상
GetVertexAttribPointer(UInt32, VertexAttribPointerParameter, IntPtr)
중요
이 API는 CLS 규격이 아닙니다.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttribPointer (uint index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, IntPtr pointer);
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.VertexAttribPointerParameter * nativeint -> unit
매개 변수
- index
- UInt32
- pointer
-
IntPtr
nativeint
- 특성
적용 대상
GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2[])
중요
이 API는 CLS 규격이 아닙니다.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- UInt32
- pointer
- T2[]
- 특성
적용 대상
GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2[,])
중요
이 API는 CLS 규격이 아닙니다.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[,] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[,] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- UInt32
- pointer
- T2[,]
- 특성
적용 대상
GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2[,,])
중요
이 API는 CLS 규격이 아닙니다.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[,,] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[,,] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- UInt32
- pointer
- T2[,,]
- 특성
적용 대상
GetVertexAttribPointer<T2>(UInt32, VertexAttribPointerParameter, T2)
중요
이 API는 CLS 규격이 아닙니다.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, out T2 pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.VertexAttribPointerParameter * -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- UInt32
- pointer
- T2
- 특성
적용 대상
GetVertexAttribPointer<T2>(UInt32, All, T2[])
주의
Use the overload with strongly typed enumerations
중요
이 API는 CLS 규격이 아닙니다.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.All pname, T2[] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.All * 'T2[] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- UInt32
- pname
- All
- pointer
- T2[]
- 특성
적용 대상
GetVertexAttribPointer<T2>(UInt32, All, T2[,])
주의
Use the overload with strongly typed enumerations
중요
이 API는 CLS 규격이 아닙니다.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.All pname, T2[,] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.All * 'T2[,] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- UInt32
- pname
- All
- pointer
- T2[,]
- 특성
적용 대상
GetVertexAttribPointer<T2>(UInt32, All, T2)
주의
Use the overload with strongly typed enumerations
중요
이 API는 CLS 규격이 아닙니다.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.All pname, out T2 pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.All * -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- UInt32
- pname
- All
- pointer
- T2
- 특성
적용 대상
GetVertexAttribPointer<T2>(UInt32, All, T2[,,])
주의
Use the overload with strongly typed enumerations
중요
이 API는 CLS 규격이 아닙니다.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (uint index, OpenTK.Graphics.ES20.All pname, T2[,,] pointer) where T2 : struct;
static member GetVertexAttribPointer : uint32 * OpenTK.Graphics.ES20.All * 'T2[,,] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- UInt32
- pname
- All
- pointer
- T2[,,]
- 특성
적용 대상
GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2[,])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[,] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[,] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- Int32
- pointer
- T2[,]
- 특성
적용 대상
GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2[,,])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[,,] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[,,] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- Int32
- pointer
- T2[,,]
- 특성
적용 대상
GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, out T2 pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.VertexAttribPointerParameter * -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- Int32
- pointer
- T2
- 특성
적용 대상
GetVertexAttribPointer<T2>(Int32, All, T2[])
주의
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.All pname, T2[] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.All * 'T2[] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- Int32
- pname
- All
- pointer
- T2[]
- 특성
적용 대상
GetVertexAttribPointer<T2>(Int32, All, T2[,])
주의
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.All pname, T2[,] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.All * 'T2[,] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- Int32
- pname
- All
- pointer
- T2[,]
- 특성
적용 대상
GetVertexAttribPointer<T2>(Int32, All, T2[,,])
주의
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.All pname, T2[,,] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.All * 'T2[,,] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- Int32
- pname
- All
- pointer
- T2[,,]
- 특성
적용 대상
GetVertexAttribPointer<T2>(Int32, All, T2)
주의
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.All pname, out T2 pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.All * -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- Int32
- pname
- All
- pointer
- T2
- 특성
적용 대상
GetVertexAttribPointer<T2>(Int32, VertexAttribPointerParameter, T2[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetVertexAttribPointerv", Version="2.0")]
public static void GetVertexAttribPointer<T2> (int index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, T2[] pointer) where T2 : struct;
static member GetVertexAttribPointer : int * OpenTK.Graphics.ES20.VertexAttribPointerParameter * 'T2[] -> unit (requires 'T2 : struct)
형식 매개 변수
- T2
매개 변수
- index
- Int32
- pointer
- T2[]
- 특성