pub unsafe extern "C" fn PxScene_getRenderBuffer_mut(
    self_: *mut PxScene
) -> *const PxRenderBuffer
Expand description

Retrieves the render buffer.

This will contain the results of any active visualization for this scene.

Do not use this method while the simulation is running. Calls to this method while the simulation is running will result in undefined behaviour.

The render buffer.