Initialize any rendering resources associated with this handler. E.g., compile shaders, create textures.
Rendering will only continue when all handler's initialize promises have resolved.
initialize
Uninitialize any rendering resources associated with this handler. E.g., delete shaders.