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

Direct generation of binary formats (DXBC, SPIR-V) #10

Closed
tangent-vector opened this issue Jun 15, 2017 · 1 comment
Closed

Direct generation of binary formats (DXBC, SPIR-V) #10

tangent-vector opened this issue Jun 15, 2017 · 1 comment
Labels
kind:enhancement a desirable new feature, option, or behavior

Comments

@tangent-vector
Copy link
Contributor

There is code in place for allowing the API user to directly ask for binary formats like DX bytecode as output from a compilation, rather than strings, but the actual function for querying output assumes it can return a null-terminated string (no length is passed) and the internal implementation uses the String type which isn't really suitable for a byte buffer.

@tangent-vector tangent-vector added the kind:enhancement a desirable new feature, option, or behavior label Jun 15, 2017
@tangent-vector
Copy link
Contributor Author

This was implemented in #67 (with fixes in #72).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement a desirable new feature, option, or behavior
Projects
None yet
Development

No branches or pull requests

1 participant