Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing: glRecti & glRectf #60

Closed
Gilga opened this issue Apr 7, 2020 · 1 comment
Closed

Missing: glRecti & glRectf #60

Gilga opened this issue Apr 7, 2020 · 1 comment

Comments

@Gilga
Copy link

Gilga commented Apr 7, 2020

Missing: glRecti & glRectf in master branch

Example

glRecti(x::Number,y::Number,z::Number,w::Number) = ccall((:glRecti, "opengl32.dll"), Cvoid, (Int32,Int32,Int32,Int32), x,y,z,w)
glRectf(x::Number,y::Number,z::Number,w::Number) = ccall((:glRectf, "opengl32.dll"), Cvoid, (Float32,Float32,Float32,Float32), x,y,z,w)
@SimonDanisch
Copy link
Member

This is OpenGL 1.0, so not ModernGL ;)

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

No branches or pull requests

2 participants