Method ConfigureLegacyCommandBuffer
ConfigureLegacyCommandBuffer(CommandBuffer)
Configures the commandBuffer
by first clearing it,
and then adding necessary render commands.
Declaration
protected virtual void ConfigureLegacyCommandBuffer(CommandBuffer commandBuffer)
Parameters
Type | Name | Description |
---|---|---|
CommandBuffer | commandBuffer | The command buffer to configure. |