pex-context icon indicating copy to clipboard operation
pex-context copied to clipboard

Verify pipeline parameters

Open vorg opened this issue 8 years ago • 1 comments

E.g. this should crash

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

as it should be ctx.BlendFactor.SrcAlpha

vorg avatar Sep 26 '17 08:09 vorg

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

dmnsgn avatar Mar 20 '19 10:03 dmnsgn