Tagged Questions
1
vote
4answers
1k views
Implementing Porter-Duff Rules in Direct3D
What Direct3D render states should be used to implement Java's Porter-Duff compositing rules (CLEAR, SRC, SRCOVER, etc.)?
0
votes
1answer
84 views
Queuing data into swapchain of IDirect3DDevice9
I am new to direct3D . I am trying to write an image on direct3ddevice and get the same image in xrgb from it. I create a texture and get the surface from GetSurfaceLevel(). I use a image file and ...