Companion
object Companion
Functions
Link copied to clipboard
fun makeDirect3D(adapterPtr: NativePointer, devicePtr: NativePointer, queuePtr: NativePointer): DirectContext
Creates Direct3D direct rendering context from D3D12 native objects.
Link copied to clipboard
Link copied to clipboard
fun DirectContext.Companion.makeGLWithInterface(assembledInterface: GLAssembledInterface): DirectContext
Creates OpenGL DirectContext using the provided interface. This allows usage of different OpenGL interfaces (e.g., EGL).
Link copied to clipboard