toggle menu
korge-root
5.1.0
jvm
switch theme
search in API
korge
/
korlibs.render.win32
/
MyOpenGL32
My
Open
GL32
jvm
interface
MyOpenGL32
:
OpenGL32
Inheritors
Win32
Companion
Members
Types
Companion
Link copied to clipboard
jvm
object
Companion
:
MyOpenGL32
Functions
gl
Clear
Link copied to clipboard
jvm
abstract
fun
glClear
(
mask
:
Int
)
gl
Clear
Color
Link copied to clipboard
jvm
abstract
fun
glClearColor
(
r
:
Float
,
g
:
Float
,
b
:
Float
,
a
:
Float
)
gl
Flush
Link copied to clipboard
jvm
abstract
fun
glFlush
(
)
gl
Get
String
Link copied to clipboard
jvm
abstract
fun
glGetString
(
p0
:
Int
)
:
String
gl
Viewport
Link copied to clipboard
jvm
abstract
fun
glViewport
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
)
wgl
Create
Context
Link copied to clipboard
jvm
abstract
fun
wglCreateContext
(
p0
:
WinDef.HDC
)
:
WinDef.HGLRC
wgl
Delete
Context
Link copied to clipboard
jvm
abstract
fun
wglDeleteContext
(
p0
:
WinDef.HGLRC
)
:
Boolean
wgl
Get
Current
Context
Link copied to clipboard
jvm
abstract
fun
wglGetCurrentContext
(
)
:
WinDef.HGLRC
wgl
Get
Proc
Address
Link copied to clipboard
jvm
abstract
fun
wglGetProcAddress
(
p0
:
String
)
:
Pointer
wgl
Make
Current
Link copied to clipboard
jvm
abstract
fun
wglMakeCurrent
(
p0
:
WinDef.HDC
,
p1
:
WinDef.HGLRC
)
:
Boolean