|
Cogs.Core
|
Struct that holds temporary data between the different passes. More...
#include <IsoSurfaces.h>
Classes | |
| struct | ijk_t |
Public Attributes | |
| Cogs::Memory::TypedBuffer< int32_t > | cellMap |
| Cogs::Memory::TypedBuffer< uint8_t > | activeCellCases |
| Cogs::Memory::TypedBuffer< int32_t > | activeCellVertexOffsets |
| Cogs::Memory::TypedBuffer< int32_t > | activeCellIndexOffsets |
| Cogs::Memory::TypedBuffer< int32_t > | activeCellIndices |
| Cogs::Memory::TypedBuffer< ijk_t > | activeCellIJK |
| Cogs::Memory::TypedBuffer< uint32_t > | indices |
Struct that holds temporary data between the different passes.
Definition at line 23 of file IsoSurfaces.h.
| Cogs::Memory::TypedBuffer<uint8_t> Cogs::Core::IsoSurfaces::Scratch::activeCellCases |
Definition at line 31 of file IsoSurfaces.h.
| Cogs::Memory::TypedBuffer<ijk_t> Cogs::Core::IsoSurfaces::Scratch::activeCellIJK |
Definition at line 35 of file IsoSurfaces.h.
| Cogs::Memory::TypedBuffer<int32_t> Cogs::Core::IsoSurfaces::Scratch::activeCellIndexOffsets |
Definition at line 33 of file IsoSurfaces.h.
| Cogs::Memory::TypedBuffer<int32_t> Cogs::Core::IsoSurfaces::Scratch::activeCellIndices |
Definition at line 34 of file IsoSurfaces.h.
| Cogs::Memory::TypedBuffer<int32_t> Cogs::Core::IsoSurfaces::Scratch::activeCellVertexOffsets |
Definition at line 32 of file IsoSurfaces.h.
| Cogs::Memory::TypedBuffer<int32_t> Cogs::Core::IsoSurfaces::Scratch::cellMap |
Definition at line 30 of file IsoSurfaces.h.
| Cogs::Memory::TypedBuffer<uint32_t> Cogs::Core::IsoSurfaces::Scratch::indices |
Definition at line 36 of file IsoSurfaces.h.