Skip to content

Declaration of atomicCompSwap is not right #139

@chrylt

Description

@chrylt

On the page https://registry.khronos.org/OpenGL-Refpages/gl4/html/atomicCompSwap.xhtml

The declaration
int atomicCompSwap(inout int mem, uint compare, uint data);
should be replaced with
int atomicCompSwap(inout int mem, int compare, int data);

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