Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Uncouple GL objects from Worker #1364

Closed
kkaefer opened this issue Apr 28, 2015 · 2 comments
Closed

Uncouple GL objects from Worker #1364

kkaefer opened this issue Apr 28, 2015 · 2 comments

Comments

@kkaefer
Copy link
Contributor

kkaefer commented Apr 28, 2015

We're currently creating objects that may initialize GL objects in the worker thread; they are part of the *Bucket objects (VAO objects, Buffer objects). Instead, we should only create the block of memory and completely defer creating/destroying the GL-related objects (wrapping GL Buffer object + VAO) to the map thread.

This should avoid issues like #1309

@jfirebaugh
Copy link
Contributor

This is basically the same as #926 I think.

@kkaefer
Copy link
Contributor Author

kkaefer commented Apr 28, 2015

Yes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants