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,
- create_context_opengles(
- self: carb.windowing.IGLContext,
- width: int,
- height: int,
- destroy_context(
- self: carb.windowing.IGLContext,
- arg0: carb.windowing.GLContext,
- make_context_current(
- self: carb.windowing.IGLContext,
- arg0: carb.windowing.GLContext,