Cogs.Core
Classes | Public Attributes | List of all members
Cogs::Core::IsoSurfaces::Scratch Struct Reference

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_tactiveCellIJK
 
Cogs::Memory::TypedBuffer< uint32_t > indices
 

Detailed Description

Struct that holds temporary data between the different passes.

Definition at line 23 of file IsoSurfaces.h.

Member Data Documentation

◆ activeCellCases

Cogs::Memory::TypedBuffer<uint8_t> Cogs::Core::IsoSurfaces::Scratch::activeCellCases

Definition at line 31 of file IsoSurfaces.h.

◆ activeCellIJK

Cogs::Memory::TypedBuffer<ijk_t> Cogs::Core::IsoSurfaces::Scratch::activeCellIJK

Definition at line 35 of file IsoSurfaces.h.

◆ activeCellIndexOffsets

Cogs::Memory::TypedBuffer<int32_t> Cogs::Core::IsoSurfaces::Scratch::activeCellIndexOffsets

Definition at line 33 of file IsoSurfaces.h.

◆ activeCellIndices

Cogs::Memory::TypedBuffer<int32_t> Cogs::Core::IsoSurfaces::Scratch::activeCellIndices

Definition at line 34 of file IsoSurfaces.h.

◆ activeCellVertexOffsets

Cogs::Memory::TypedBuffer<int32_t> Cogs::Core::IsoSurfaces::Scratch::activeCellVertexOffsets

Definition at line 32 of file IsoSurfaces.h.

◆ cellMap

Cogs::Memory::TypedBuffer<int32_t> Cogs::Core::IsoSurfaces::Scratch::cellMap

Definition at line 30 of file IsoSurfaces.h.

◆ indices

Cogs::Memory::TypedBuffer<uint32_t> Cogs::Core::IsoSurfaces::Scratch::indices

Definition at line 36 of file IsoSurfaces.h.


The documentation for this struct was generated from the following file: