todos
This commit is contained in:
@@ -36,6 +36,8 @@ public class BasicSectionGeometryData implements IGeometryData {
|
|||||||
GlBuffer buffer = null;
|
GlBuffer buffer = null;
|
||||||
if (!(Capabilities.INSTANCE.isNvidia && ThreadUtils.isWindows)) {
|
if (!(Capabilities.INSTANCE.isNvidia && ThreadUtils.isWindows)) {
|
||||||
buffer = new GlBuffer(geometryCapacity);//Only do this if we are not on nvidia
|
buffer = new GlBuffer(geometryCapacity);//Only do this if we are not on nvidia
|
||||||
|
//TODO: FIXME: TEST, see if the issue is that we are trying to zero the entire buffer, try only zeroing increments
|
||||||
|
// or dont zero it at all
|
||||||
} else {
|
} else {
|
||||||
Logger.info("Running on windows nvidia, using workaround sparse buffer allocation");
|
Logger.info("Running on windows nvidia, using workaround sparse buffer allocation");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user