#Issue with running DirectX11 code

6 messages · Page 1 of 1 (latest)

muted rover
#

update:
I have the DirectX SDK, and Visual Studio Game development with C++ extension, already installed. Currently checking if I can get the DirectX graphics tool installed as an additional feature on the OS to fix it..

mild lark
#

seeing code would help

#

if you try to run with a debug device you need to install the graphics debugger separately (its in the visual studio installer)

muted rover
# mild lark if you try to run with a debug device you need to install the graphics debugger ...

Here's the code for the interface creation -- excuse the excess of comments, I'm preparing a code breakdown for a uni presentation. The DirectX graphics tool (or any other Windows 10 system app/feature) can't be installed on this computer, currently trying to fix that and see if it solves the issue. Can provide any other code, but it's just the basic full rendering pipeline. Don't think I did anything that should be specific to my PC, and this computer has an Nvidia graphics card, so so far no clue why it won't work here

muted rover
#

nvm just compared with my updated rasteriser, which works on this pc as well. I must've fucked up somewhere in the code

mild lark
#

@muted rover do you still have that problem?