* Creates a new buffer resource in the render graph. * This method allocates a new buffer resource, sets up its configuration, and registers it in the graph. * * @param {Object} config - The configuration object for the buffer. * @param {number} config.size - The size of the buffer in by
(config)