Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Crash When Open Iso File (WINDOWS)
02-25-2013, 07:02 AM
Post: #5
RE: Crash When Open Iso File (WINDOWS)
glLinkProgram(prog);

GLint linkStatus; // initial as 0xcccccccc
glGetProgramiv(prog, GL_LINK_STATUS, &linkStatus);

glLinkProgram is ok, but after glGetProgramiv called, linkStatus leave unchanged(0xcccccccc).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Crash When Open Iso File (WINDOWS) - tpunix - 02-25-2013 07:02 AM

Forum Jump: