You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My machine has directX 11, but only supports 10.1 feature set. Windows 7. I have been commenting out the directx11supported error window.
Not sure if this is the same as or related to the issue #4( i think, about the txt file), but i get this error when i try to run tutorials. It seems to happen on tutorials 4 and later. The breakpoint is in the SharpShader class line 106
VertexShader = new VertexShader(Device.Device, vertexShaderByteCode);
Sorry, i am new to this and not very experienced at debugging it
An unhandled exception of type 'SharpDX.SharpDXException' occurred in SharpDX.dll
Additional information: HRESULT: [0x80070057], Module: [General], ApiCode: [E_INVALIDARG/Invalid Arguments], Message: The parameter is incorrect.
RESOLVED. Demo's do not work in with 10.1 feature level
The text was updated successfully, but these errors were encountered:
My machine has directX 11, but only supports 10.1 feature set. Windows 7. I have been commenting out the directx11supported error window.
Not sure if this is the same as or related to the issue #4( i think, about the txt file), but i get this error when i try to run tutorials. It seems to happen on tutorials 4 and later. The breakpoint is in the SharpShader class line 106
VertexShader = new VertexShader(Device.Device, vertexShaderByteCode);
Sorry, i am new to this and not very experienced at debugging it
An unhandled exception of type 'SharpDX.SharpDXException' occurred in SharpDX.dll
Additional information: HRESULT: [0x80070057], Module: [General], ApiCode: [E_INVALIDARG/Invalid Arguments], Message: The parameter is incorrect.
RESOLVED. Demo's do not work in with 10.1 feature level
The text was updated successfully, but these errors were encountered: