Skip to content

AntTweakBar: Cannot load functions  #8

@peterakos

Description

@peterakos

Hello.

I try to use AntTweakBar along with Opengl core.
So i call TwInit( TW_OPENGL_CORE, NULL );

The problem is that i get some errors:
Cannot load function glBlendColor
Cannot load function glBlendEquation
and many more core functions.

I had to use the following:
fprintf(stderr, "AntTweakBar: Cannot load function %s\n", g_OGLCoreFuncRec[i].m_Name);
in function: int LoadOpenGLCore()

What can i do for AntTweakBar to see these functions ?

Thank you for your time.

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