Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
AllocateMaterialComponentBuffers(const Enlighten::InputWorkspace *)

Allocates material component buffers.

AllocateMaterialComponentBuffers(const Enlighten::InputWorkspace *)

Allocates material component buffers.

GetAlbedoBuffer()

Access to the buffers.

GetEmissiveBuffer()

Access to the buffers.

GetTransparencyBuffer()

Access to the buffers.

HasAlbedoData()

Checks if there is valid albedo data.

SetAlbedoData(const SystemAlbedoData &, const Enlighten::InputWorkspace *)

Sets the albedo data.

UpdateMaterialComponentBuffers(const Enlighten::BaseSystem *, bool)

Updates material component buffers.

UpdateMaterialComponentBuffersInternal(const Enlighten::BaseSystem *, bool)

Updates the material component buffers.

Variables

NameDescription
Enlighten::AlbedoBuffer * m_AlbedoBuffer

Buffers.

SystemAlbedoData m_AlbedoData

The albedo data.

bool m_AlbedoDirty

Flag to signal that the albedo/emissive buffers need an update.

Enlighten::EmissiveBuffer * m_EmissiveBuffer

Buffers.

bool m_EmissiveDirty

Flag to signal that the albedo/emissive buffers need an update.

Enlighten::TransparencyBuffer * m_TransparencyBuffer

Buffers.

bool m_TransparencyDirty

Flag to signal that the albedo/emissive buffers need an update.

...

const Enlighten::AlbedoBuffer* Enlighten::CpuAlbedoHandler::GetAlbedoBuffer

...

public: const Enlighten::AlbedoBuffer * GetAlbedoBuffer() const

...

const Enlighten::EmissiveBuffer* Enlighten::CpuAlbedoHandler::GetEmissiveBuffer

...

public: const Enlighten::EmissiveBuffer * GetEmissiveBuffer() const

...

const Enlighten::TransparencyBuffer* Enlighten::CpuAlbedoHandler::GetTransparencyBuffer

...

public: const Enlighten::TransparencyBuffer * GetTransparencyBuffer() const

...