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

changed error message for unsupported computeDispatch()

Nicolas Cannasse 1 жил өмнө
parent
commit
c96323d064
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      h3d/impl/Driver.hx

+ 1 - 1
h3d/impl/Driver.hx

@@ -298,7 +298,7 @@ class Driver {
 	// --- COMPUTE
 
 	public function computeDispatch( x : Int = 1, y : Int = 1, z : Int = 1 ) {
-		throw "Not implemented";
+		throw "Compute shaders are not implemented on this platform";
 	}
 
 }