* graphics pipeline. Any resources that were previously bound to
* the specified range will be unbound after this call.
*
- * \param first first resource to bind.
+ * \param start first resource to bind.
* \param count number of consecutive resources to bind.
* \param resources array of pointers to the resources to bind, it
* should contain at least \a count elements
/**
* Get a surface which is a "view" into a resource, used by
* render target / depth stencil stages.
- * \param usage bitmaks of PIPE_BIND_* flags
*/
struct pipe_surface *(*create_surface)(struct pipe_context *ctx,
struct pipe_resource *resource,
* compute program. Any resources that were previously bound to
* the specified range will be unbound after this call.
*
- * \param first first resource to bind.
+ * \param start first resource to bind.
* \param count number of consecutive resources to bind.
* \param resources array of pointers to the resources to bind, it
* should contain at least \a count elements