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