Hey, is it possible to use the OR operator somehow? I can call this webgl function: ```swift context.clear(context.COLOR_BUFFER_BIT) ``` however this does not work: ```swift context.clear(context.COLOR_BUFFER_BIT | context.DEPTH_BUFFER_BIT) ```