module voxel.svo.design
Code Map
module voxel.svo.design;
//! Some constants used troughout the code.
enum NumDim;
//! Some constants used troughout the code.
enum XShift;
//! Some constants used troughout the code.
enum YShift;
//! Some constants used troughout the code.
enum ZShift;
//! Constants used in the rendering pipeline.
enum BufferNum;
//! Constants used in the rendering pipeline.
enum BufferCommandId;
//! Information about a single SVO, used by loaders and the pipeline.
struct Create
{
public:
isAMD: bool;
}
enum NumDim
Some constants used troughout the code.
enum XShift
Some constants used troughout the code.
enum YShift
Some constants used troughout the code.
enum ZShift
Some constants used troughout the code.
enum BufferNum
Constants used in the rendering pipeline.
enum BufferCommandId
Constants used in the rendering pipeline.
struct Create
Information about a single SVO, used by loaders and the pipeline.