Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viewports rendering update for ImGui windows #31

Open
wants to merge 24 commits into
base: viewports
Choose a base branch
from

Conversation

darkvoid305
Copy link

@darkvoid305 darkvoid305 commented Apr 27, 2024

I Based most of this ImGui Opentk Implementation example of the provided Velrdid example in the ImguiNet repo

NogginBops and others added 23 commits March 18, 2022 12:09
Simplify code to not require Shader.cs, Texture.cs and lower gl requirement to 3.3
GL.ActiveTexture(0); generates a GL_INVALID_ENUM if not used with TextureUnit.Texture0

See Errors section :
https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glActiveTexture.xhtml
This was causing an invalid enum error from opengl.
I think that GetPName.TextureBinding2D is the intented enum value ? It fixed the error.
…tandalone per [PR 29 Review](NogginBops#29 (review))

Amending:
Updated input handling to fix ImGui.Net breaking changes.
Enabled support for docking.
I've been using github since 2017 and I still don't know why it takes me 40+ commits and PR's to change one file, but I'm blaming Visual Studio this time
Updated input handling to fix ImGui.Net breaking changes.
@darkvoid305 darkvoid305 changed the title Viewports rendering update Viewports rendering update for ImGui windows Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants