Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

checkptr failure #3

Closed
dertseha opened this issue May 20, 2020 · 1 comment · Fixed by #14
Closed

checkptr failure #3

dertseha opened this issue May 20, 2020 · 1 comment · Fixed by #14

Comments

@dertseha
Copy link
Member

Found through inkyblackness/imgui-go#98 , running an example with go run -race -tags 'sdl' ., the race detector will fail at the call to gl.VertexAttribPointer(..., unsafe.Pointer(...)) .

This is due to the wrong signature of gl.VertexAttribPointer(), which should actually use uintptr as the last parameter.

This needs a fix in the lower library, tracked here: go-gl/gl#124

@dertseha
Copy link
Member Author

One year later, this is done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant