Skip to content

issues compiling ivec2s.h and ivec3s.h #108

@baeyensT

Description

@baeyensT

While compiling this on windows, i have only 2 issues left.
i have tried replacing the ivec2.h and ivec3.h with the ones from CGLM, but that gave me more then a 6000 errors.
any guidance would be appreciated.

Error (active) E0311 cannot overload functions distinguished by return type alone MineCraft .\MineCraft\Header Files\util\ivec2s.h 133
Error (active) E0311 cannot overload functions distinguished by return type alone MineCraft .\MineCraft\Header Files\util\ivec2s.h 146
`
/*!

  • @brief make vector zero
  • @returns zero vector
    /
    CGLM_INLINE
    ivec2s
    glms_ivec2_zero(void) {
    ivec2s r;
    glm_ivec2_zero(r.raw);
    return r;
    }

    /
    !
  • @brief make vector zero
  • @returns zero vector
    */
    CGLM_INLINE
    ivec2s
    glms_ivec2_zero(void) {
    ivec2s r;
    glm_ivec2_zero(r.raw);
    return r;
    }
    `

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