glfw/include
secrart fee0e530aa feat: Add new glfwAddCocoaMTKSubview function
this new function allows glfw to better interface with Apple's metal API.

Before one had to directly interface with the native cocoa window and replace GLFW's content view. Thus removing GLFW's ability to detect input from the window.

Now this function gives user's the ability to add a Metal MTKView as a "subview" which allows the default glfw window view to still capture input while also displaying a Metal view.
2022-06-13 12:58:08 -04:00
..
GLFW feat: Add new glfwAddCocoaMTKSubview function 2022-06-13 12:58:08 -04:00