Questions tagged [directx-12]

DirectX 12 introduces the next version of Direct3D, the 3D graphics API at the heart of DirectX. This version of Direct3D is faster and more efficient than any previous version. Direct3D 12 enables richer scenes, more objects, more complex effects, and full utilization of modern GPU hardware. It is supported on Windows 10 and Xbox One.

347 questions
-2
votes
1 answer

WaitForSingleObject on a event causes access violation if RSSetScissorRects is called

The WaitForSingleObject function causes the following error Exception thrown at 0x00007FFA02794AD0 (d3d12warp.dll) in DrawTexturedCube.exe: 0xC0000005: Access violation reading location 0x0000000000000000 while waiting for the previous frame to…
hechth
  • 95
  • 11
-4
votes
2 answers

Error C2679 binary '=': no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion)

I'm trying to make a dynamic array in C++ using DirectX 12. I found a good one on here made some miner changes because it was created for DirectX 11. I get this error when I run it. Severity Code Description Project File Line Suppression…
jshone94
  • 1
  • 1
1 2 3
23
24