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

Legacy HLSL and bytecode support #26

Open
amerkoleci opened this issue Dec 20, 2018 · 0 comments
Open

Legacy HLSL and bytecode support #26

amerkoleci opened this issue Dec 20, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@amerkoleci
Copy link

Is your feature request related to a problem? Please describe.
Have support to compiler hlsl 5.0 and 5.1 shaders to dxc bytecode using D3DShaderCompiler, this will remove the barrier of not having geometry, hull and domain shader support, user can write macro for both 6.0+ and 5.0 targets and support both of the,

Describe the solution you'd like
Extend the ShadingLanguage with new enums and support for cso bytecode.

Describe alternatives you've considered
Now the user need to use the legacy fxc compiler for compiling geometry, hull and domain shaders to hlsl (DirectX11) targets.

@gongminmin gongminmin added the enhancement New feature or request label Jan 30, 2019
@gongminmin gongminmin added this to the v0.5 milestone Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants