npm install sonarqube-scanner --save-dev
"devDependencies": {| public class SSAOFrameBuffer extends FrameBuffer { | |
| public SSAOFrameBuffer(int width, int height, int samples) { | |
| super(makeBuilder(width, height, samples)); | |
| } | |
| private void checkValidBuilder() { | |
| if(getBuilder().getSamples() > 0 && !Gdx.graphics.isGL30Available()) | |
| throw new GdxRuntimeException("Framebuffer multisample requires GLES 3.0"); |
| #!/usr/bin/env bash | |
| # | |
| # | |
| # Credits: This script is heavily inspired by this post https://disconnected.systems/blog/archlinux-installer | |
| set -uo pipefail | |
| trap 's=$?; echo "$0: Error happened in script at line $LINENO: $BASH_COMMAND"; exit $s' ERR | |
| KEYMAP=${KEYMAP:-us} | |
| LOCALE=${LOCALE:-en_US} |