LOGGER.info("DrawingMode.SUBTRACT supported: " + isGlExtBlendSubtractSupported);
}
private void initialize(int width, int height) {
GLDrawableFactory drawableFactory = GLDrawableFactory.getFactory(GLProfile.get(GLProfile.GL2));
AbstractGraphicsDevice graphicsDevice = drawableFactory.getDefaultDevice();
// if(!drawableFactory.canCreateGLPbuffer(graphicsDevice)) {
// throw new RuntimeException("PBuffer not supported but required in this implementation!");
// }