screen blur without creating a texture

This commit is contained in:
minjaesong
2021-12-12 13:09:59 +09:00
parent 90a794cc7b
commit 06a6d2774c
6 changed files with 107 additions and 110 deletions

View File

@@ -28,4 +28,7 @@ public class FrameBufferManager {
}
}
public static FrameBuffer peek() {
return (stack.size() > 0) ? stack.peek() : null;
}
}