Wwise SDK 2025.1.0
|
◆ AK_CommandBuffer_Add()
Reserve space for a command in the command buffer When this function returns a non-null pointer, the space reserved is zero'ed out. It is the responsibility of the caller to write the correct payload data in the command's reserved space. The buffer must be initialized prior to calling this function, either using AK_CommandBuffer_Create or AK_CommandBuffer_Init. Passing an un-initialized buffer results in undefined behavior.
|