WS_POPUP style simply makes window to not have title area - the one you can hold & drag window ar…
Hi there, just a little info here: I will be very busy this summer and will focus more on my famil…
I see. If I understand correctly, then Mason's article and my post were using the phrase "exclusi…
Exclusive fullscreen is not only mode where Windows bypasses compositor for your window. Starting…
You have to do a "Low Level Keyboard Hook" and then write the screenshot function yourself. Hey t…
Max —
Hi, I have recently begun using 4coder and it seems really cool so far! I have been trying to cust…
Any UI framework/library will allow to do that. There is nothing really special about that. Just h…
Hui —
Hi, I am building some app the core logic is like: The logic is fairly simple, now I need to put …
Miles —
If you want to be believed (especially given your track record of making similar incorrect claims…
It's quite a common bug in OpenGL.
Rafael —
You are right - Now I am using premultiplied alpha and the sprites are looking much better! :D I…
Miles —
Those screenshots confirm it's definitely an alpha issue. The dark outline around the clouds is al…
Appreciate the test case. I'll get this taken care of.[/quote] Updated release with a fix for thi…
Rafael —
I think this is not the case but maybe I'm wrong so I'll try to elaborate with images. There are …
Appreciate the test case. I'll get this taken care of.
Miles —
That will go away when rounding vertices but that defeats the whole purpose of subpixel rendering…
Jens —
How do you convert a to a string? Ah well, let's deal with that later and just do to buffer! As …
There is no need for imageLoad for that. imageLoad is meant for different purpose. a) you can simp…
Rafael —
Hi, first of all thank you mmozeiko for that blog post - it is very informative and I haven't yet …
Trial and error by tweaking formulas won't solve the problem, because each OpenGL driver interpret…
Kyle —
using namespace std; class FTestFile{ public: FTestFile() {} FTestFile(string file_path); const c…
Hey @Dawoodoz, I have been sitting on this for weeks, and haven't responded yet. Just couldn't squ…
That is handled in asset builder - when it parses wave file and prepares sound asset for runtime, …
Terans —
Hi, in the audio mixer, we do a linear interpolation between two samples, but how does Casey handl…
There was good article describing this technique in details here: (follow the other articles it l…
Rafael —
I'm trying to implement the pixel shader Casey discusses in the episode "Pixel Art Games and nSigh…
What I meant was that after the RDTSCP instruction there are some instruction to convert the resu…
It is called like that because it runs with same frequency - regardless of how fast actually core …
Tim —
Thanks for the response! At first I thought it was because of the different time-scaling with HPE…
Hello, everyone! I hope everyone is doing well! It has been another busy month in the Network, and…