We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
Hah. I don't really know everything. I'm just really good with figuring out technical stuff. Espec…
»
Mārtiņš Možeiko
Afaik WebGL spec only has extensions from ANGLE project. ANGLE is just one implementation used to …
»
Shazan
Does all browsers use ANGLE because HTML spec api has angle functions.
»
Jeremiah Goerdt
How is it that Martins seems to know everything
»
Jackson
Thanks Casey. What was confusing me was that I wasn't doing anything special with the samples. How…
»
Jeremiah Goerdt
\o/ This makes me happy
»
Jeroen van Rijn
Thanks, Simon.[/quote] Then the 2 options are show a 404/403 page or redirect to the main page/pr…
»
ratchetfreak
Thanks, Simon.[/quote] Then the 2 options are show a 404/403 page or redirect to the main page/pr…
»
Simon Anciaux
The "Login to reply" at the bottom of a thread is still invisible on the light theme (as pointed …
»
Jeroen van Rijn
Can you add the RSS feed in the html markup so that you can use the browser's RSS bu…
»
Jeroen van Rijn
The problem with that is that it can't be done in a trusted way, at least not in a very straightf…
»
Simon Anciaux
When clicking the "Mark all posts on site as read" link on the /feed page, it goes back to the hom…
»
Simon Anciaux
For the moment, when you login you go back the the site home page. It would be great to go back to…
»
Simon Anciaux
Could also have a notification (once that's in place) when you're mention in a post. There should…
»
Jeroen van Rijn
Oh, because that would've been easier ;-) Sure, we can add that in March. I should point out we a…
»
@Mattias_G
I'm using Visual Studio 2003 :P But point taken :)
»
Mārtiņš Možeiko
How about if I type @mmozeiko this gets converted to
Mārtiņš Možeiko
Sure, there is a lot of pre-C++03 code base out there. And there is nothing wrong with it. But if …
»
@Mattias_G
I tried your code in Visual Studio 2015, debug build, and I get absolutely no difference if I use …
»
Scott Hunt
EDIT: Also reviewed the snippet you posted, I'll will definitely be taking your advice on logging …
»
Mārtiņš Možeiko
Then this is that "lucky" situation I was talking. Object got placed in memory location that alrea…
»
Shazan
I found this . Is it good.
»
Den V
This is the data structure that I swap between "class" and "struct": }; [/code] And here is initi…
»
Mārtiņš Možeiko
Please check GL_LINK_STATUS (and glGetProgramInfoLog if its GL_FALSE) after linking program. Simil…
»
Mārtiņš Možeiko
I am not saying that. Generated machine code is exactly same for struct and class. What I tried to…
»
Scott Hunt
Good evening, running into a bit of a snag the last few hours in attempting to setup an OpenGL sha…
»
Den V
Interesting, so what you are saying is that compiler treats code different based on whether it is…
»
Mārtiņš Možeiko
Yes, they are coming. They'll be available when they are ready.
»
Mārtiņš Možeiko
No, it does not. Well, not always. I depends on multiple things for this to happen. Disclaimer: a…
»
Den V
I've seen many instances where people say that "class" and "struct" are the same. But when testin…
»