webgl-operate icon indicating copy to clipboard operation
webgl-operate copied to clipboard

Context Masquerade cannot handle both hash and extension strive from config

Open scheibel opened this issue 5 years ago • 0 comments

When using both a hash and a extension-strive array in the masquerade config, the line https://github.com/cginternals/webgl-operate/blob/master/source/contextmasquerade.ts#L88 initializes the wanted extensions from the hash and https://github.com/cginternals/webgl-operate/blob/master/source/contextmasquerade.ts#L100 overwrites it without any merge of both information sources.

scheibel avatar Oct 08 '19 11:10 scheibel