Epok Engine

EPOK RUNTIME

epok::StreamMeshLease

Class

Class

Class declared by the streaming module for bounded CD or PC geometry-page streaming.

Namespace
epok
Header
streaming.hpp
Include
#include "streaming.hpp"
Module
streaming
Source
runtime/streaming.hpp:430

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

Operators