EPOK RUNTIME
epok::StreamMeshLease
Class
Class
Class declared by the streaming module for bounded CD or PC geometry-page streaming.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "streaming.hpp"
// Assume these named values have been initialized with valid data:
// const MeshGeometry & mesh
// psyqo::GPU & gpu
// StreamPageCursor * cursor
// bool metadata_validated
epok::StreamMeshLease value(mesh, gpu, cursor, metadata_validated);Constructors
Public methods
~StreamMeshLeaseReleases the resources owned by `epok::StreamMeshLease`.destructorgeometryCompatibility accessor for users needing a full rebound descriptor.MethodquadsPerforms `quads` as part of bounded CD or PC geometry-page streaming.MethodvalidPerforms `valid` as part of bounded CD or PC geometry-page streaming.MethodverticesPerforms `vertices` as part of bounded CD or PC geometry-page streaming.Method