Add draw call sorting keys generation during draw calls collection (async)
This commit is contained in:
@@ -269,6 +269,11 @@ struct DrawCall
|
||||
/// </summary>
|
||||
float PerInstanceRandom;
|
||||
|
||||
/// <summary>
|
||||
/// The sorting key for the draw call calculate by RenderList.
|
||||
/// </summary>
|
||||
uint64 SortKey;
|
||||
|
||||
/// <summary>
|
||||
/// Does nothing.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user