Class SlotAttribute
Defines the slot index for a wrapper function. This type supports OpenTK and should not be used in user code.
Implements
Inherited Members
Namespace: OpenTK
Assembly: OpenTK.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class SlotAttribute : Attribute, _Attribute
Constructors
SlotAttribute(Int32)
Constructs a new instance.
Declaration
public SlotAttribute(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The slot index for a wrapper function. |