Skip to content

Toggling to full screen causes SystemAccessViolations #30

@delaneyj

Description

@delaneyj

Able to create a window in windowed or fullscreen mode with no issue but if I try to port an example of creating then destroying a window to toggle fullscreen getting System.AccessViolationExceptions. I would think the call to Glfw.MakeContextCurrent(window); on the new window would 'fix up' the context to take the GL calls. I'm doing a call to Glfw.PollEvents(); where the toggle should be happening well before the GL.Clear/SwapBuffers calls for that frame. Any ideas on proper toggling of window mode in Pencil?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions