|
Open3D (C++ API)
0.19.0
|
#include <GaussianSplatDataPacking.h>
Data Fields | |
| std::uint32_t | total_entries |
| Raw total tile entries from prefix-sum. More... | |
| std::uint32_t | error_flags = 0 |
| GPU error bitmask (kGaussianGpuError*). More... | |
| std::uint32_t | tile_count = 0 |
| Total tile count for the frame. More... | |
| std::uint32_t | splat_count = 0 |
| Visible splat count for the frame. More... | |
Global counters written GPU-side (prefix-sum, scatter, dispatch-args) and read CPU-side for diagnostics and error reporting. Layout matches the GaussianGlobalCounters SSBO block in the compute shaders (std430, binding 10).
| std::uint32_t open3d::visualization::rendering::GaussianGpuCounters::error_flags = 0 |
GPU error bitmask (kGaussianGpuError*).
| std::uint32_t open3d::visualization::rendering::GaussianGpuCounters::splat_count = 0 |
Visible splat count for the frame.
| std::uint32_t open3d::visualization::rendering::GaussianGpuCounters::tile_count = 0 |
Total tile count for the frame.
| std::uint32_t open3d::visualization::rendering::GaussianGpuCounters::total_entries |
Raw total tile entries from prefix-sum.