Skip to content

Commit

Permalink
vo_gpu: fix comment on ra_buf_type
Browse files Browse the repository at this point in the history
This hasn't been true for several iterations of this API.
  • Loading branch information
haasn committed Sep 17, 2017
1 parent bae7850 commit 0f6be3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video/out/gpu/ra.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ struct ra_tex_upload_params {
ptrdiff_t stride; // The size of a horizontal line in bytes (*not* texels!)
};

// Buffer type hint. Setting this may result in more or less efficient
// operation, although it shouldn't technically prohibit anything
// Buffer usage type. This restricts what types of operations may be performed
// on a buffer.
enum ra_buf_type {
RA_BUF_TYPE_INVALID,
RA_BUF_TYPE_TEX_UPLOAD, // texture upload buffer (pixel buffer object)
Expand Down

0 comments on commit 0f6be3a

Please sign in to comment.