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

Not able to render the anything in the GUI (MacOS Ventura) #163

Open
coreqode opened this issue Jun 17, 2023 · 1 comment
Open

Not able to render the anything in the GUI (MacOS Ventura) #163

coreqode opened this issue Jun 17, 2023 · 1 comment

Comments

@coreqode
Copy link

Hello,
I was running the code in the MacOS Ventura, with forward compatible mode by enabling the following code in MiniGL.cpp.
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3); glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GLFW_TRUE);

With this, I am able to open the GUI window atleast, but not able to render anything in the viewport. With respect to the OpenGL compatibility, I am able to run the OpenGL Hello Triangle code properly in the same system. Do you have any idea what might be wrong, or some changes I may have to do?

image
@janbender
Copy link
Member

Sorry, since we have no MacOS systems, we cannot help you.

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

No branches or pull requests

2 participants