From ba11bb80c96fc9c9124ba2fa929425f558f86824 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Jan 2023 19:27:05 -0500 Subject: Rename create/destroy events to realize/unrealize As evidence that this was confusing, the documentation for these was an outright lie, and I've burned quite a bit of time in the past few days trying to rework things based around that flawed understanding. These names make it clear what these events actually are. If we need actual create/destroy events with a broader scope, they'll have to be added, but I suspect those aren't actually useful anyway. --- doc/cpp/view.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/cpp') 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. -- cgit v1.2.1