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

DirectX (and presumably Vulkan) error translation #28

Open
ccummingsNV opened this issue Jul 2, 2024 · 0 comments
Open

DirectX (and presumably Vulkan) error translation #28

ccummingsNV opened this issue Jul 2, 2024 · 0 comments

Comments

@ccummingsNV
Copy link
Collaborator

Currently if slang gfx reports an error straight from direct x, it comes through as the classic 'gfx error -212312312' report. It'd be great to catch these and translate to english.

I believe the example I hit was an incorrectly named semantic:

            input_elements.append({
                "semantic_name": "POSITIONBLA",
                "semantic_index": 0,
...
            })
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

1 participant