diff options
Diffstat (limited to 'doc/cpp/view.rst')
-rw-r--r-- | doc/cpp/view.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cpp/view.rst b/doc/cpp/view.rst index 5366731..49940c9 100644 --- a/doc/cpp/view.rst +++ b/doc/cpp/view.rst @@ -160,8 +160,8 @@ If you need to perform some setup using the OpenGL API, there are two ways to do so. The OpenGL context is active when -:type:`CreateEvent` and -:type:`DestroyEvent` +:type:`RealizeEvent` and +:type:`UnrealizeEvent` events are dispatched, so things like creating and destroying shaders and textures can be done then. |