bit32 * MakeCommand(
bit32 * command,
bool isClearFrameBufferCache = true
) const;
| Name | Description | |
|---|---|---|
| in | command | The start address for storing the rendering command. |
| isClearFrameBufferCache |
Generates a command for setting all render states based on information already set.
RenderState::Culling::MakeCommand(), RenderState::Blend::MakeCommand(), RenderState::LogicOp::MakeCommand(), RenderState::AlphaTest::MakeCommand(), RenderState::StencilTest::MakeCommand(), RenderState::DepthTest::MakeCommand(), RenderState::WBuffer::MakeCommand(), RenderState::FBAccess::MakeCommand()
CONFIDENTIAL