layer Posted January 11, 2005 Posted January 11, 2005 (edited) hey guys, does anyone want to show an example of how to use the API fucn "glDrawPixels "...? ive tried it, like this, but as someone stated before, im putting the horse before the carrige or whatever... so i'd assume this is very wrong? or close?While 1 DllCall ("OpenGl32.dll", "ptr", "glDrawPixels", "int", "300", "int", "230", "str", "GL_GREEN", "str", "GL_INT", "int", "3") Sleep (100) WEndim probably gonna need some more dllcalls right? i remeber larry made something a WHILE ago that wrote "larry rocks" across the screen... id like something like that if you remeber that, but could you show me an example of how to use OpenGL commands..? ive got a list of them: glDrawPixels and others ... but i can't seem to get it right!! thanks EDIT: it doesnt have to be that specific glDrawPixels but something that makes sonmething on the screen without a window that is an opengl command... Edited January 11, 2005 by layer FootbaG
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now