bstouls 8 năm trước cách đây
mục cha
commit
ad49ea8619
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      h3d/impl/Stage3dDriver.hx

+ 1 - 1
h3d/impl/Stage3dDriver.hx

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