|
Open3D (C++ API)
0.19.0
|
#include <cstdint>#include <memory>#include "open3d/visualization/rendering/gaussian_splat/ComputeGPU.h"Go to the source code of this file.
Namespaces | |
| open3d | |
| open3d::visualization | |
| open3d::visualization::rendering | |
Functions | |
| void | open3d::visualization::rendering::RegisterSharedImageInVulkanContext (GaussianSplatGpuContext &ctx, std::uint32_t gl_name, std::uintptr_t vk_image_opaque, std::uint32_t vk_format_opaque, std::uint32_t width, std::uint32_t height) |
| void | open3d::visualization::rendering::UnregisterSharedImageFromVulkanContext (GaussianSplatGpuContext &ctx, std::uint32_t gl_name) |
| std::unique_ptr< GaussianSplatGpuContext > | open3d::visualization::rendering::CreateComputeGpuContextVulkan () |