We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e320baf commit ada0ab1Copy full SHA for ada0ab1
Sources/GateEngine/Resources/Geometry/Geometry.swift
@@ -107,7 +107,7 @@ public extension Geometry {
107
/**
108
- parameter immediate: true will block the thread while uploading to the GPU. For smaller geometry this may be faster.
109
*/
110
- public convenience init(_ rawGeometry: RawGeometry, immediate: Bool = false) {
+ public convenience init(_ rawGeometry: RawGeometry) {
111
self.init(optionalRawGeometry: rawGeometry)
112
}
113
0 commit comments