You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Deprecated convenience methods for backwards compatibility.
@@ -23,11 +23,11 @@ extension SplatRenderer {
23
23
/// Adds splat points as a new chunk.
24
24
/// - Parameter points: The splat points to add
25
25
/// - Note: This method creates a single chunk containing all provided splats.
26
-
@available(*, deprecated, message:"Use SplatChunk and addChunk(_:) instead. Create a MetalBuffer<EncodedSplat>, wrap in SplatChunk, then call addChunk.")
@available(*, deprecated, message:"Use SplatChunk and addChunk(_:) instead. Create a MetalBuffer<EncodedSplatPoint>, wrap in SplatChunk, then call addChunk.")
0 commit comments