I am trying to create a 3D simulation, the code is here and the vertex shader is here, as you can imagine the pixel shader is just a straight forward function which passes the input straight to output, please forgive the lack of comments and sanity, I'm new to D3D.
Well basically the problem is that it runs fine on my PC, but on my laptop all I get is "Access is Denied". Which is a problem since I need to make the sim portable. My laptop has DirectX 12 installed and has directdraw and direct3d acceleration enabled. It's an AMD Readeon Graphics Processor chip type and its name is AMD Radeon vega 3 graphics. The laptop is brand new so I don't expect that I need to update drivers (please correct me if I am wrong).
enter code here
In addition in its early stages, the program managed to run a cube, but since I made a very rudimental object importer, that's where the problem started..