Revision f9526099
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/bandaged/BandagedCreatorRenderer.java | ||
---|---|---|
156 | 156 |
|
157 | 157 |
private BandagedCubit[] createCubits() |
158 | 158 |
{ |
159 |
boolean roundCorners = DistortedLibrary.getGLSL()>300;
|
|
159 |
boolean roundCorners = DistortedLibrary.fastCompilationTF();
|
|
160 | 160 |
int len = POSITIONS.length; |
161 | 161 |
BandagedCubit[] cubits = new BandagedCubit[len]; |
162 | 162 |
|
Also available in: Unified diff
Properly detect which drivers are slow with compilation of TF programs.