Re: Access violation error using Derelict GL3
On Sunday, 15 December 2013 at 21:31:21 UTC, Andrej Mitrovic wrote: On 12/15/13, Ross Hays wrote: Am I doing something wrong here? You're likely not loading the function pointers first. Try calling DerelictGL.reload() first. That was it... knew it was something dumb. I had it in there ori
Re: Access violation error using Derelict GL3
On 12/15/13, Ross Hays wrote: > Am I doing something wrong here? You're likely not loading the function pointers first. Try calling DerelictGL.reload() first.