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

Verify pipeline parameters #20

Open
vorg opened this issue Sep 26, 2017 · 1 comment
Open

Verify pipeline parameters #20

vorg opened this issue Sep 26, 2017 · 1 comment
Labels
type/feat A new feature

Comments

@vorg
Copy link
Member

vorg commented Sep 26, 2017

E.g. this should crash

ctx.pipeline({
   blendSrcRGBFactor: ctx.SRC_ALPHA
})

as it should be ctx.BlendFactor.SrcAlpha

@dmnsgn
Copy link
Member

dmnsgn commented Mar 20, 2019

Does it matter if the value is right but not coming from the the pex-context enums?

@dmnsgn dmnsgn added type/feat A new feature and removed feature labels Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feat A new feature
Projects
None yet
Development

No branches or pull requests

2 participants