ExternalDrawable.Attach Methods
Attaches the drawable to a drawing surface, possibly with a secondary OpenGL context.
Overload List
Name | Description | |
---|---|---|
Public method | Attach(System.IntPtr param1, System.IntPtr param2) | Attaches the drawable to a drawing surface. |
Public method | Attach(System.IntPtr param1, System.IntPtr param2, System.IntPtr param3) | Attaches the drawable to a drawing surface. |
Attach(System.IntPtr param1, System.IntPtr param2)
Attaches the drawable to a drawing surface.Syntax
public void Attach (
System.IntPtr param1,
System.IntPtr param2
)
Parameters
The OpenGL context.
The OpenGL device handle.
Remarks
This method attaches a drawing surface to the drawable. An exception will be thrown if the drawable has already been attached.
Attach(System.IntPtr param1, System.IntPtr param2, System.IntPtr param3)
Attaches the drawable to a drawing surface.Syntax
public void Attach (
System.IntPtr param1,
System.IntPtr param2,
System.IntPtr param3
)
Parameters
The OpenGL context.
The OpenGL device handle.
The OpenGL secondary context.
Remarks
Behaves like Attach, but with the option to add a secondary OpenGL context handle, param3, that will be used for asynchronous resource management. The secondary context should be sharing resources with param1.
Platforms
Windows, Linux, Android