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.
Simon Anciaux
If you could share a minimal complete reproduction case and build.bat file it would make it easie…
»
Opoiregwfetags
I measured the times with "explicit calls", with printf's, but on the debugger because that's whe…
»
Mārtiņš Možeiko
You should not rely on debugger for measuring time. MSVC debugger is not good at it. You should p…
»
Opoiregwfetags
I measured. In the debugger, the totality of the extra ~3s happens at whatever OpenGL draw call i…
»
Mārtiņš Možeiko
In which part of code game freezes for 0.3 second? Can you measure different parts to determine i…
»
Opoiregwfetags
When I resize the window for the first time the game freezes for about 0.3 seconds. After that, r…
»
Mārtiņš Možeiko
Sorry, no idea about udev, I've never used it. I'd assume those pcmC0D*p devices are audio over …
»
Ryan
Thanks for your code. Perhaps I should have clarified. I want to know how I should parse informat…
»
Mārtiņš Možeiko
To check supported formats/channels/etc you simply open device with snd_pcm_open and then use snd…
»
Ryan
Inside of a C program, using libudev and libasound, I have determined a struct udev_device *devic…
»
Simon Anciaux
It's been years since I watched those episodes and I'm rusty about pre-multiplied alpha. I don't …
»
BernFeth
mmozeikoYou should really enable warnings as errors for your compiler (and increase warning level…
»
Terans
My question is does the software renderer use premultiplied alpha? Because when we blit the blend…
»
Mārtiņš Možeiko
You should really enable warnings as errors for your compiler (and increase warning level). These…
»
BernFeth
Oh boy, was this an owl of shame! Haha So, turns out I was both mistyping SampleIndex but not o…
»
BernFeth
Hi Simon, Thanks for answering. mrmixercreate a wav file that only contains a sine wave at a kn…
»
Simon Anciaux
You should post the whole code, so we could build it and try to figure it out. Or better make the…
»
BernFeth
Hey guys, I am in day 138, implementing the loading of wave files but I am getting extremely bad…
»
fpalacios
That would be great! I've been on the look for a debugger like this, especially if it would work …
»
Grouflon
Ho you're right, premake does not send this flag to the linker. I thought that just having a pdb …
»
Simon Anciaux
I tried to reproduce the issue, but the msbuild command you gave either doesn't build or I don't …
»
Grouflon
Thank you for your answer :) The project is on a regular folder on the only partition of my physi…
»
Simon Anciaux
Seems interesting. I remember that Allen at some point showed a feature where they edited search…
»
Luke
Enjoying 4coder at the moment. Took me a while to get my head around the API but once I did it wa…
»
Opoiregwfetags
Indeed GDI Objects were going up, to a max of 10,000. I had forgotten a ReleaseDC() at one place.…
»
Simon Anciaux
Could you be more precise with which episode you're talking about and give a timestamp ?
»
Mārtiņš Možeiko
Open Task Manager and check under Details tab the count of "GDI Objects" for your process (you mi…
»
Opoiregwfetags
Sorry for the long post, I have no idea what the cause of this weird bug might be, so I included …
»
TorquePentagram
Thanks. I look forward to this version then.
»
spx
Hello, don't worry having a few duplicates is always better than not having feedback for potenti…
»