|
Open3D (C++ API)
0.19.0
|
#include <ComputeGPU.h>
Public Types | |
| enum | Kind { kGeometry , kComposite } |
Public Member Functions | |
| GpuComputeFrame (GaussianSplatGpuContext &ctx, Kind kind) | |
| ~GpuComputeFrame () | |
| GpuComputeFrame (const GpuComputeFrame &)=delete | |
| GpuComputeFrame & | operator= (const GpuComputeFrame &)=delete |
| void | End () |
| Explicitly end the frame early (dtor becomes a no-op). More... | |
Wraps BeginGeometryPass()/EndGeometryPass() or the composite equivalents. Ensures End() is always called even on early-return from a runner function.
|
inline |
|
inline |
|
delete |
|
inline |
Explicitly end the frame early (dtor becomes a no-op).
|
delete |