PreviousUpNext

11.5.3  Opengl Call to Mythryl Binding

This section is intended primarily for people who already know the C Opengl function names and need to find the Mythryl binding equivalents. It contains the same information as the table in the preceding section, but sorted by Opengl function name:

C callMythryl callURLType
GLenumglew_init Session -> Void
g_signal_connectset_window_size_event_callbackdocSession -> Window_Size_Event_Callback -> Void
glClearclear  session: Session, color_buffer: Bool, depth_buffer: Bool -> Void
glfwGetWindowParamget_window_param Session -> Bool
glfwOpenWindowopen_window  session: Session, wide: Int, high: Int -> Bool
glfwOpenWindowopen_window’  session: Session, wide: Int, high: Int, redbits: Int, greenbits: Int, bluebits: Int, alphabits: Int, depthbits: Int, stencilbits: Int, fullscreen: Bool -> Bool
glfwSetWindowPosset_window_position  session: Session, x: Int, y: Int -> Void
glfwSetWindowSizeset_window_size  session: Session, wide: Int, high: Int -> Void
glfwSetWindowTitleset_window_title (Session, String) -> Void
glfwSwapBuffersswap_buffers Session -> Void
glfwTerminateterminate Session -> Void

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext