Stefan
Stefan
We are using nodejs and karma from a fixed location (without npm). Would it be possible to directly define the location of karma / nodejs e.g. using an environment variable...
Since glslx doesn't support preprocessing, how to check e.g. if highp is available in a fragment shader ? ``` #ifndef GL_FRAGMENT_PRECISION_HIGH precision mediump float; #else precision highp float; #endif ```
Just wanted to share this since the pre-req says it will not run on NVIDIA laptop GPUs: Got GPU partitioning running on a Lenovo ThinkPad P15 Gen2i, with NVIDIA RTX...