Skip to content

Remove GL calls from anywhere else than OvRendering#131

Merged
adriengivry merged 5 commits intoOverload-Technologies:developfrom
kmqwerty:refactor/Remove_GL_calls
Sep 23, 2020
Merged

Remove GL calls from anywhere else than OvRendering#131
adriengivry merged 5 commits intoOverload-Technologies:developfrom
kmqwerty:refactor/Remove_GL_calls

Conversation

@kmqwerty
Copy link
Copy Markdown
Contributor

resolves #95

glReadPixels and glViewport wrapps into Rendering methods.

glReadPixels function uses "Format" and "Type" so I add EPixelDataFormat and EPixelDataType.

I tried to see if other gl calls existed in other files else than OvRendering but as far as I know, i could not find it.

@adriengivry adriengivry added Graphics Graphical feature Refactoring Something that needs a refactoring labels Sep 22, 2020
Comment thread Sources/Overload/OvEditor/src/OvEditor/Panels/AView.cpp Outdated
Comment thread Sources/Overload/OvEditor/src/OvEditor/Panels/SceneView.cpp Outdated
kmqwerty and others added 2 commits September 23, 2020 21:32
Co-authored-by: Adrien GIVRY <adrien@givry.pro>
Co-authored-by: Adrien GIVRY <adrien@givry.pro>
@adriengivry adriengivry merged commit eca3eee into Overload-Technologies:develop Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Graphics Graphical feature Refactoring Something that needs a refactoring

Development

Successfully merging this pull request may close these issues.

Remove GL calls from anywhere else than OvRendering

2 participants