Remove call to glViewport after win32 initialization
This commit is contained in:
parent
d6fec79334
commit
d870fa7ffa
2 changed files with 0 additions and 11 deletions
|
|
@ -722,9 +722,6 @@ extern "system" {
|
|||
//
|
||||
pub fn glFlush();
|
||||
|
||||
//
|
||||
pub fn glViewport(x: libc::c_int, y: libc::c_int, w: libc::c_int, h: libc::c_int);
|
||||
|
||||
// http://msdn.microsoft.com/en-us/library/windows/desktop/ms684175(v=vs.85).aspx
|
||||
pub fn LoadLibraryW(lpFileName: LPCWSTR) -> HMODULE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue