载入中...
搜索中...
未找到
eve::voxel::DrawBatch结构体 参考

One draw batch: all packed rects of one face direction for one chunk. 更多...

#include <VoxelWorld.h>

Public 属性

const Chunkchunk = nullptr
 
FaceDir dir = FaceDir::PosX
 
const uint32_t * packed = nullptr
 
const uint32_t * ao = nullptr
 
int count = 0
 

详细描述

One draw batch: all packed rects of one face direction for one chunk.

在文件 VoxelWorld.h39 行定义.

类成员变量说明

◆ ao

const uint32_t* eve::voxel::DrawBatch::ao = nullptr

在文件 VoxelWorld.h43 行定义.

被这些函数引用 eve::voxel::VoxelWorld::selectVisible().

◆ chunk

const Chunk* eve::voxel::DrawBatch::chunk = nullptr

在文件 VoxelWorld.h40 行定义.

被这些函数引用 eve::voxel::VoxelWorld::selectVisible().

◆ count

int eve::voxel::DrawBatch::count = 0

在文件 VoxelWorld.h44 行定义.

被这些函数引用 eve::voxel::VoxelWorld::selectVisible().

◆ dir

FaceDir eve::voxel::DrawBatch::dir = FaceDir::PosX

在文件 VoxelWorld.h41 行定义.

被这些函数引用 eve::voxel::VoxelWorld::selectVisible().

◆ packed

const uint32_t* eve::voxel::DrawBatch::packed = nullptr

在文件 VoxelWorld.h42 行定义.

被这些函数引用 eve::voxel::VoxelWorld::selectVisible().


该结构体的文档由以下文件生成: