Skip to content

Commit

Permalink
WIP egl support macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Oct 1, 2024
1 parent e22855a commit 6d951e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RGFW.h
Original file line number Diff line number Diff line change
Expand Up @@ -7202,7 +7202,7 @@ RGFW_UNUSED(win); /*!< if buffer rendering is not being used */
}

void* RGFW_cocoaGetLayer(RGFW_window* win) {
return objc_msgSend_id(objc_getClass("CAMetalLayer"), sel_registerName("layer"), layer);
return objc_msgSend_id(objc_getClass("CAMetalLayer"), sel_registerName("layer"));
}


Expand Down

0 comments on commit 6d951e0

Please sign in to comment.