Questions tagged [pixels]
24 questions
3
votes
1 answer
What is a scaling factor of the screen?
I'm reading DXGI flip model article and some parts are not clear:
DirectFlip with panel fitters: Your window client region covers the screen, and your swapchain buffers are within some hardware-dependent scaling factor (e.g. 0.25x to 4x) of the…

nikitablack
- 711
- 4
- 15
1
vote
1 answer
Game texture looks pixelated at big distance
I'm currently making a game with Python's Ursina module, and everything runs well, except:
the grass texture (size: 8192x8192px) looks pixelated at big distance (everything inside the red marker). How can I make it look smoother?
In the screenshot…

EarthAndMoon
- 11
- 1
0
votes
3 answers
how to put a pixel somewhere in a window(directx)
I'm interested in direct3d game programming and I'm just a beginner.
I'm familiar with the Win32 API and i was wondering...
how to put a certain pixel somewhere in the window
is there like a function or anythting?
thank you...