pex-context
pex-context copied to clipboard
Verify pipeline parameters
E.g. this should crash
ctx.pipeline({
blendSrcRGBFactor: ctx.SRC_ALPHA
})
as it should be ctx.BlendFactor.SrcAlpha
Does it matter if the value is right but not coming from the the pex-context enums?