Fix docs.
This commit is contained in:
@@ -508,7 +508,6 @@ public:
|
||||
/// </summary>
|
||||
/// <param name="bufferForArgs">The buffer with drawing arguments.</param>
|
||||
/// <param name="offsetForArgs">The aligned byte offset for arguments.</param>
|
||||
/// <param name="drawCount">The number of draw command to execute.</param>
|
||||
API_FUNCTION() virtual void DrawInstancedIndirect(GPUBuffer* bufferForArgs, uint32 offsetForArgs) = 0;
|
||||
|
||||
/// <summary>
|
||||
@@ -516,7 +515,6 @@ public:
|
||||
/// </summary>
|
||||
/// <param name="bufferForArgs">The buffer with drawing arguments.</param>
|
||||
/// <param name="offsetForArgs">The aligned byte offset for arguments.</param>
|
||||
/// <param name="drawCount">The number of draw command to execute.</param>
|
||||
API_FUNCTION() virtual void DrawIndexedInstancedIndirect(GPUBuffer* bufferForArgs, uint32 offsetForArgs) = 0;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user