2
0
Эх сурвалжийг харах

new features will most likely default:false

ncannasse 7 жил өмнө
parent
commit
41b4852108

+ 1 - 1
h3d/impl/Stage3dDriver.hx

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