Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in vertexshader creation #5

Closed
kennylindstrom opened this issue Jan 31, 2014 · 0 comments
Closed

Error in vertexshader creation #5

kennylindstrom opened this issue Jan 31, 2014 · 0 comments

Comments

@kennylindstrom
Copy link

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

@RobyDX RobyDX closed this as completed May 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants