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

Unified Diff: ppapi/c/dev/pp_graphics_3d_dev.h

Issue 7745026: Proposed changes for Pepper 3D API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_graphics_3d_dev.h » ('j') | ppapi/c/dev/ppb_graphics_3d_dev.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/pp_graphics_3d_dev.h
===================================================================
--- ppapi/c/dev/pp_graphics_3d_dev.h (revision 98226)
+++ ppapi/c/dev/pp_graphics_3d_dev.h (working copy)
@@ -9,7 +9,6 @@
#include "ppapi/c/pp_stdint.h"
enum PP_Graphics3DError_Dev {
- PP_GRAPHICS3DERROR_BAD_ATTRIBUTE = 0x3004,
PP_GRAPHICS3DERROR_CONTEXT_LOST = 0x300E
};
@@ -32,8 +31,9 @@
PP_GRAPHICS3DATTRIB_SAMPLE_BUFFERS = 0x3032,
// Attrib list terminator.
PP_GRAPHICS3DATTRIB_NONE = 0x3038,
-
- // Surface-specific attributes.
+ // Boolean to ignore the alpha channel of RGBA color buffer.
+ // The value of this attribute is ignored for RGB color buffer.
+ PP_GRAPHICS3DATTRIB_BIND_RGB = 0x3039,
piman 2011/08/25 19:58:09 I think we want more flexibility than this here. A
greggman 2011/09/22 21:01:25 Do we need that functionality here? I'm pretty su
// Height of surface in pixels.
PP_GRAPHICS3DATTRIB_HEIGHT = 0x3056,
// Width of surface in pixels.
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_graphics_3d_dev.h » ('j') | ppapi/c/dev/ppb_graphics_3d_dev.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698