[Metaballs] Remove a TODO
This commit is contained in:
parent
fdcf62db74
commit
ebbaee4efa
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ class Renderer: NSObject, MTKViewDelegate {
|
||||||
|
|
||||||
func mtkView(_ view: MTKView, drawableSizeWillChange size: CGSize) {
|
func mtkView(_ view: MTKView, drawableSizeWillChange size: CGSize) {
|
||||||
delegate.renderSize = size
|
delegate.renderSize = size
|
||||||
// TODO: Reallocate the sample buffer and texture
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func draw(in view: MTKView) {
|
func draw(in view: MTKView) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue