wiz21b
wiz21b
I'd like to mention that I have a similar use case. I have tried to disable logging before initializing the builder but it doesn't work. I've also tried to send...
I'd like to vote for this issue. In my case, I expect my user to type in numbers and therefore to prefer to use the keypad Enter rather than the...
Continuing from a previous post... Not quite a discussion of a new API, just experience sharing. So in order to make an NTSC emulation, my first step was to be...
Now I have a prototype that mostly works. I'm stille trying to figuring out how the HiDPI influences scaling. I think the interesting point for @parasyte here is that I...
Hmmm... Hold on. Although I have some kind of prototype running, it doesn't work well on HiDpi screens: there are some discrepancies between the window size and the buffer size...
Thanks for your great explanation. I've double checked my code and fixed it. I have not yet implemented the resize operation but it shouldn't be any trouble. So I can...
> The only thing I can think of is that you might be trying to code-golf to reduce a few lines of code for copying a small region from a...
For the backing/render texture... If it's to get a border, why didn't you use a regular texture border, this would have avoided the additional texture. But sure, you knwo what...
hmmm... I forgot to mention that my conversion from "pixels" buffer (composite signal) to the displayed RGB signal is done with a WGSL shader. Hence my willingness to keep the...