Commit 15cab0dd authored by Aaron Plattner's avatar Aaron Plattner
Browse files

Fix a typo in the VdpOutputSurfaceRenderBitmapSurface documentation.

parent b9cf19db
...@@ -1998,8 +1998,8 @@ typedef VdpStatus VdpOutputSurfaceRenderOutputSurface( ...@@ -1998,8 +1998,8 @@ typedef VdpStatus VdpOutputSurfaceRenderOutputSurface(
); );
/** /**
* \brief Composite a sub-rectangle of a \ref VdpOutputSurface * \brief Composite a sub-rectangle of a \ref VdpBitmapSurface
* "VdpOutputSurface" into a sub-rectangle of another * "VdpBitmapSurface" into a sub-rectangle of a
* \ref VdpOutputSurface VdpOutputSurface. * \ref VdpOutputSurface VdpOutputSurface.
* \param[in] destination_surface The destination surface of the * \param[in] destination_surface The destination surface of the
* compositing operation. * compositing operation.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment