bstouls 8 years ago
parent
commit
ad49ea8619
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h3d/impl/Stage3dDriver.hx

+ 1 - 1
h3d/impl/Stage3dDriver.hx

@@ -166,7 +166,7 @@ class Stage3dDriver extends Driver {
 		return switch( f ) {
 		return switch( f ) {
 		case HardwareAccelerated: ctx != null && ctx.driverInfo.toLowerCase().indexOf("software") == -1;
 		case HardwareAccelerated: ctx != null && ctx.driverInfo.toLowerCase().indexOf("software") == -1;
 		case StandardDerivatives, FloatTextures: isStandardMode;
 		case StandardDerivatives, FloatTextures: isStandardMode;
-		case AllocDepthBuffer: false;
+		case AllocDepthBuffer, Queries : false;
 		case MultipleRenderTargets: (PROFILE == cast "standard") || (PROFILE == cast "standardExtended");
 		case MultipleRenderTargets: (PROFILE == cast "standard") || (PROFILE == cast "standardExtended");
 		}
 		}
 	}
 	}