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

Include custom OpenGL loader header from define. #4649

Closed
wants to merge 2 commits into from
Closed

Include custom OpenGL loader header from define. #4649

wants to merge 2 commits into from

Commits on Oct 13, 2021

  1. Include custom OpenGL loader header from define.

    In case of Windows and custom loader file, no OpenGL API is visible to OpenGL3 implementation.
    It is needed to include loader header that provides it.
    
    Can be provided via CMake for example:
    
    target_compile_definitions(target PRIVATE IMGUI_IMPL_OPENGL_LOADER_CUSTOM="custom_opengl3_loader.h")
    
    Signed-off-by: Andrey Vostrikov <andrey.vostrikov@cogentembedded.com>
    avostrik committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    413195c View commit details
    Browse the repository at this point in the history
  2. Add extra configuration variable for custom OpenGL loader header

    Signed-off-by: Andrey Vostrikov <andrey.vostrikov@cogentembedded.com>
    avostrik committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    fda8622 View commit details
    Browse the repository at this point in the history