IRecordingSubCommandBuffer::setDynamicIndex - dpw105f18/papago-api GitHub Wiki
Record the update of index into dynamic buffer resource
IRecordingSubCommandBuffer setDynamicIndex(const std::string & uniformName, size_t index)
Returns
Returns a reference to the IRecordingSubCommandBuffer, which the method was called on.
Parameters
| Parameter | Description |
|---|---|
| uniformName | The name of the uniform |
| index | The index into the IDynamicBufferResource bound on the current IRenderPass to the uniform with uniformName |