directx11

  1. mister345

    DirectX11 Reflection - Image cut off in render target

    Hi guys, following Rastertek tutorial and making a reflection effect using render targets in DirectX11. http://www.rastertek.com/dx11tut27.html Got it working, but as you can see, the reflected image seems to be drawing to a really small "texture" - doesnt correspond to the size of the...
  2. mister345

    DirectX11 Help - project only compiles in release, not debug (Rastertek tutorial)

    Hi guys, I'm following the rastertek tutorial on building a D3D engine. I just got to tutorial 6 - http://www.rastertek.com/dx11tut06.html where it's still deprecated and using older D3D types like D3DXVector3 instead of XMFLOAT3 for example. Anyway, I replaced all the deprecated types, and...
Back
Top Bottom