120121122123124125126127128129130
if (binder != null) { binder.bind(shaderState); } shaderState.apply(); } catch (GLException ex) { logger.log(Level.WARNING, "Unable to load avatar sample " + "shader. High quality avatars are not available.", ex); out.value = false;