Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: gpu/command_buffer/client/gpu_control.h

Issue 255713008: Change glimage to accept a type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/client/gpu_control.h
diff --git a/gpu/command_buffer/client/gpu_control.h b/gpu/command_buffer/client/gpu_control.h
index 21a03b777570ebc82fd9505f9a0a388e5fb86cab..a78641e4542abc65b6492064eb72b55e2fbbf75a 100644
--- a/gpu/command_buffer/client/gpu_control.h
+++ b/gpu/command_buffer/client/gpu_control.h
@@ -36,6 +36,7 @@ class GPU_EXPORT GpuControl {
size_t width,
size_t height,
unsigned internalformat,
+ unsigned usage,
int32_t* id) = 0;
// Destroy a gpu memory buffer. The ID must be positive.

Powered by Google App Engine
This is Rietveld 408576698