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

Compiler extensions #788

Open
edrickhong opened this issue Mar 22, 2017 · 3 comments
Open

Compiler extensions #788

edrickhong opened this issue Mar 22, 2017 · 3 comments

Comments

@edrickhong
Copy link

Can we have extension support to the compiler? I currently want the compiler to store some meta data to make pipeline creation simpler. I'd rather have some extension I can add to the compiler than have to muck about its guts.

@johnkslang
Copy link
Member

Is it possible to have issue #701 evolve to include the information you want?

@edrickhong
Copy link
Author

I don't see why not. My main motivation is to make pipeline creation simpler since a lot of the data is already in the shader. I do think some form of extension mechanism would be great though. I've always wanted to have the c compiler do more but support for extending it tends to be so poor it's not worth it.

@arcady-lunarg
Copy link
Contributor

@edrickhong does spirv-reflect address the need to gather metadata for pipeline creation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants