Class GL.NV
Inherited Members
Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
public static class NV
Methods
DeleteFence(Int32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glDeleteFencesNV")]
[CLSCompliant(false)]
public static void DeleteFence([Count(Parameter = "n")] int fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | fences | [length: n] |
DeleteFence(UInt32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glDeleteFencesNV")]
[CLSCompliant(false)]
public static void DeleteFence([Count(Parameter = "n")] uint fences)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | fences | [length: n] |
DeleteFences(Int32, Int32*)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glDeleteFencesNV")]
[CLSCompliant(false)]
public static void DeleteFences(int n, [Count(Parameter = "n")] int *fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32* | fences | [length: n] |
DeleteFences(Int32, ref Int32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glDeleteFencesNV")]
[CLSCompliant(false)]
public static void DeleteFences(int n, [Count(Parameter = "n")] ref int fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32 | fences | [length: n] |
DeleteFences(Int32, Int32[])
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glDeleteFencesNV")]
[CLSCompliant(false)]
public static void DeleteFences(int n, [Count(Parameter = "n")] int[] fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32[] | fences | [length: n] |
DeleteFences(Int32, UInt32*)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glDeleteFencesNV")]
[CLSCompliant(false)]
public static void DeleteFences(int n, [Count(Parameter = "n")] uint *fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
UInt32* | fences | [length: n] |
DeleteFences(Int32, ref UInt32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glDeleteFencesNV")]
[CLSCompliant(false)]
public static void DeleteFences(int n, [Count(Parameter = "n")] ref uint fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
UInt32 | fences | [length: n] |
DeleteFences(Int32, UInt32[])
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glDeleteFencesNV")]
[CLSCompliant(false)]
public static void DeleteFences(int n, [Count(Parameter = "n")] uint[] fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
UInt32[] | fences | [length: n] |
FinishFence(Int32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glFinishFenceNV")]
[CLSCompliant(false)]
public static void FinishFence(int fence)
Parameters
Type | Name | Description |
---|---|---|
Int32 | fence |
FinishFence(UInt32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glFinishFenceNV")]
[CLSCompliant(false)]
public static void FinishFence(uint fence)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | fence |
GenFence()
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGenFencesNV")]
[CLSCompliant(false)]
public static int GenFence()
Returns
Type | Description |
---|---|
Int32 |
GenFences(Int32, Int32*)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGenFencesNV")]
[CLSCompliant(false)]
public static void GenFences(int n, [Count(Parameter = "n")] int *fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32* | fences | [length: n] |
GenFences(Int32, out Int32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGenFencesNV")]
[CLSCompliant(false)]
public static void GenFences(int n, [Count(Parameter = "n")] out int fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32 | fences | [length: n] |
GenFences(Int32, Int32[])
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGenFencesNV")]
[CLSCompliant(false)]
public static void GenFences(int n, [Count(Parameter = "n")] int[] fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
Int32[] | fences | [length: n] |
GenFences(Int32, UInt32*)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGenFencesNV")]
[CLSCompliant(false)]
public static void GenFences(int n, [Count(Parameter = "n")] uint *fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
UInt32* | fences | [length: n] |
GenFences(Int32, out UInt32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGenFencesNV")]
[CLSCompliant(false)]
public static void GenFences(int n, [Count(Parameter = "n")] out uint fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
UInt32 | fences | [length: n] |
GenFences(Int32, UInt32[])
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGenFencesNV")]
[CLSCompliant(false)]
public static void GenFences(int n, [Count(Parameter = "n")] uint[] fences)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | |
UInt32[] | fences | [length: n] |
GetFence(Int32, All, Int32*)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGetFenceivNV")]
[CLSCompliant(false)]
public static void GetFence(int fence, All pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
Int32 | fence | |
All | pname | |
Int32* | params |
GetFence(Int32, All, out Int32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGetFenceivNV")]
[CLSCompliant(false)]
public static void GetFence(int fence, All pname, [Count(Computed = "pname")] out int params)
Parameters
Type | Name | Description |
---|---|---|
Int32 | fence | |
All | pname | |
Int32 | params |
GetFence(Int32, All, Int32[])
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGetFenceivNV")]
[CLSCompliant(false)]
public static void GetFence(int fence, All pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
Int32 | fence | |
All | pname | |
Int32[] | params |
GetFence(UInt32, All, Int32*)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGetFenceivNV")]
[CLSCompliant(false)]
public static void GetFence(uint fence, All pname, [Count(Computed = "pname")] int *params)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | fence | |
All | pname | |
Int32* | params |
GetFence(UInt32, All, out Int32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGetFenceivNV")]
[CLSCompliant(false)]
public static void GetFence(uint fence, All pname, [Count(Computed = "pname")] out int params)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | fence | |
All | pname | |
Int32 | params |
GetFence(UInt32, All, Int32[])
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glGetFenceivNV")]
[CLSCompliant(false)]
public static void GetFence(uint fence, All pname, [Count(Computed = "pname")] int[] params)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | fence | |
All | pname | |
Int32[] | params |
IsFence(Int32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glIsFenceNV")]
[CLSCompliant(false)]
public static bool IsFence(int fence)
Parameters
Type | Name | Description |
---|---|---|
Int32 | fence |
Returns
Type | Description |
---|---|
Boolean |
IsFence(UInt32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glIsFenceNV")]
[CLSCompliant(false)]
public static bool IsFence(uint fence)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | fence |
Returns
Type | Description |
---|---|
Boolean |
SetFence(Int32, All)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glSetFenceNV")]
[CLSCompliant(false)]
public static void SetFence(int fence, All condition)
Parameters
Type | Name | Description |
---|---|---|
Int32 | fence | |
All | condition |
SetFence(UInt32, All)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glSetFenceNV")]
[CLSCompliant(false)]
public static void SetFence(uint fence, All condition)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | fence | |
All | condition |
TestFence(Int32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glTestFenceNV")]
[CLSCompliant(false)]
public static bool TestFence(int fence)
Parameters
Type | Name | Description |
---|---|---|
Int32 | fence |
Returns
Type | Description |
---|---|
Boolean |
TestFence(UInt32)
[requires: NV_fence]
Declaration
[AutoGenerated(Category = "NV_fence", Version = "", EntryPoint = "glTestFenceNV")]
[CLSCompliant(false)]
public static bool TestFence(uint fence)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | fence |
Returns
Type | Description |
---|---|
Boolean |