Function BlamRendering::RenderStack::AddToStack

Function Documentation

int BlamRendering::RenderStack::AddToStack(std::string id, StackObjectBase *object)

Adds an item to the render stack.

Return

The index of the newly added item.

Parameters
  • id: - The ID of the stack item.

  • object: - A pointer to the object to add to the stack.