|
Open3D (C++ API)
0.20.0
|
#include <cstdint>#include <memory>#include "open3d/visualization/rendering/gaussian_splat/ComputeGPU.h"Go to the source code of this file.
Namespaces | |
| namespace | open3d |
| namespace | open3d::visualization |
| namespace | open3d::visualization::rendering |
Functions | |
| void | open3d::visualization::rendering::RegisterVkImageInComputeContext (GaussianSplatGpuContext &ctx, std::uintptr_t vk_image_opaque, std::uint32_t vk_format_opaque, std::uint32_t width, std::uint32_t height) |
| void | open3d::visualization::rendering::UnregisterVkImageFromComputeContext (GaussianSplatGpuContext &ctx, std::uintptr_t vk_image_opaque) |
| Unregister a previously registered image (called on resize/teardown). | |
| std::unique_ptr< GaussianSplatGpuContext > | open3d::visualization::rendering::CreateComputeGpuContextVulkan () |