Skip to content

Cannot use createTexture in mac #56

Description

@remorses

Mac OpenGl version is stuck on OpenGL 4.1

The following line is using a function that requires 4.5 (glCreateTextures)

zgl/zgl.zig

Line 1357 in b2c0379

c.glCreateTextures(@enumToInt(texture_target), 1, &tex_name);

Does this mean that zgl cannot run on mac systems? Is there any workaraound?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions