Skip to content

const variables that could be enums #281

Description

@TheFissk

while working on #280 I noticed that rlgl had some const defs that probably could be enums (for example rl_lines, rl_triangles, and rl_quads, are the modes which are passed into rlBegin). however looking at raylib they #define them, rather than using an enum, so how it is currently is the more faithful translation of the literal code, even if an enum might be more appropriate. If you agree that the consts-that-are-enums should be converted over I would be willing to make those changes, but I didn't want to do the work if you were happy with how it currently is, especially since this would be a breaking change.

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