pub unsafe extern "C" fn magma_connection_remove_performance_counter_buffer_from_pool(
    connection: magma_connection_t,
    pool_id: magma_perf_count_pool_t,
    buffer: magma_buffer_t
) -> magma_status_t
Expand description

\brief Removes every offset of a buffer from the pool. Performance counter access must have been enabled using magma_connection_enable_performance_counter_access before calling this method. \param connection An open connection to a device. \param pool_id An existing pool. \param buffer A magma_buffer