IGLContext

class carb.windowing.IGLContext

Bases: pybind11_object

Methods

__init__(*args, **kwargs)

create_context_opengl(self, width, height)

create_context_opengles(self, width, height)

destroy_context(self, arg0)

make_context_current(self, arg0)

__init__(*args, **kwargs)
create_context_opengl(self: carb.windowing.IGLContext, width: int, height: int) carb.windowing.GLContext
create_context_opengles(self: carb.windowing.IGLContext, width: int, height: int) carb.windowing.GLContext
destroy_context(self: carb.windowing.IGLContext, arg0: carb.windowing.GLContext) None
make_context_current(self: carb.windowing.IGLContext, arg0: carb.windowing.GLContext) None