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
In d3dcompiler.h, there are flags like "#define D3DCOMPILE_ENABLE_STRICTNESS (1 << 11)". These flags are used by D3DCompileFromFile for example. Is it possible to have a enum to match this values ?
Comments
Does this have a proposal?
Check the documentation/proposals folder. If it doesn't have one, you may need to create one if you're making massive breaking changes.
The text was updated successfully, but these errors were encountered:
Summary of feature
In d3dcompiler.h, there are flags like "#define D3DCOMPILE_ENABLE_STRICTNESS (1 << 11)". These flags are used by D3DCompileFromFile for example. Is it possible to have a enum to match this values ?
Comments
Does this have a proposal?
Check the documentation/proposals folder. If it doesn't have one, you may need to create one if you're making massive breaking changes.
The text was updated successfully, but these errors were encountered: