Skip to content

Instantly share code, notes, and snippets.

@BlockoS
Created November 29, 2011 16:33
Show Gist options
  • Save BlockoS/1405424 to your computer and use it in GitHub Desktop.
Save BlockoS/1405424 to your computer and use it in GitHub Desktop.
glClearColor call
; 426 : glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
fldz
sub esp, 16 ; 00000010H
fst DWORD PTR [esp+12]
fst DWORD PTR [esp+8]
fst DWORD PTR [esp+4]
fstp DWORD PTR [esp]
call DWORD PTR __imp__glClearColor@16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment