python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
The image does not load (DirectX11)
How do I solve this? I think there is a problem with the part that binds to the pipeline. It was confirmed that the bitmap was loaded.I handed over the buffer containing pixel information to pSysmem, ...
SexyDOT
Votes: 0
Answers: 0
what's the idea behind world to view projection?
I have a rather vague understanding of how rasterization is supposed to work.
So I totally understand how vertices make up a 3d image. I also ventured into model to world projection and even though I ...

mpo admin
Votes: 0
Answers: 2
Directx how to account for alpha blending in depth test
I am trying to implement a simple way to render particles in my toy app. I'm rendering billboarding quads with alpha blending, but this causes a problem with the depth stenciling where parts of the qu...
Gregor Sattel
Votes: 0
Answers: 1
How to transform a ID3D11Texture2D into any picture format
I have a ID3D11Texture2D and want to write it to disk using literally any picture format (png, bmp, jpeg, ...).
I have already tried to read the docs https://learn.microsoft.com/en-us/windows/win32/ap...
loonytune
Votes: 0
Answers: 1