Skyscraper 2.0
|
#include <XrSceneUnderstanding.hpp>
Public Types | |
using | Id = TypedUuid<SceneMesh> |
Public Attributes | |
SceneMesh::Id | id |
SceneObject::Id | parentId |
XrTime | updateTime |
uint64_t | meshBufferId |
bool | supportsIndicesUint16 |
Definition at line 34 of file XrSceneUnderstanding.hpp.
using xr::su::SceneMesh::Id = TypedUuid<SceneMesh> |
Definition at line 35 of file XrSceneUnderstanding.hpp.
SceneMesh::Id xr::su::SceneMesh::id |
Definition at line 36 of file XrSceneUnderstanding.hpp.
uint64_t xr::su::SceneMesh::meshBufferId |
Definition at line 39 of file XrSceneUnderstanding.hpp.
SceneObject::Id xr::su::SceneMesh::parentId |
Definition at line 37 of file XrSceneUnderstanding.hpp.
bool xr::su::SceneMesh::supportsIndicesUint16 |
Definition at line 40 of file XrSceneUnderstanding.hpp.
XrTime xr::su::SceneMesh::updateTime |
Definition at line 38 of file XrSceneUnderstanding.hpp.