diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-01-26 17:02:32 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:09 -0700 |
| commit | b59f0dfe22b8f2df91549af2493d3933163cc2a1 (patch) | |
| tree | 6fe1e5318f3056211b05de6ba9cc1f79444d0c41 /include | |
| parent | e067f224ed841160e32f651119e1a780ffb4b8a3 (diff) | |
| download | usermoji-b59f0dfe22b8f2df91549af2493d3933163cc2a1.tar.xz | |
xgl: Rename XGL_WAIT_EVENT enum in header
For svn rev# 29226, generalized an XGL_WAIT_EVENT enum.
Diffstat (limited to 'include')
| -rw-r--r-- | include/xgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xgl.h b/include/xgl.h index c3d920a0..8b4db449 100644 --- a/include/xgl.h +++ b/include/xgl.h @@ -176,7 +176,7 @@ typedef enum _XGL_SET_EVENT typedef enum _XGL_WAIT_EVENT { XGL_WAIT_EVENT_TOP_OF_PIPE = 0x00000001, // Wait event before the GPU starts processing subsequent commands - XGL_WAIT_EVENT_BEFORE_FRAGMENT_PROCESSING = 0x00000002, // Wait event before subsequent fragment processing + XGL_WAIT_EVENT_BEFORE_RASTERIZATION = 0x00000002, // Wait event before rasterizing subsequent primitives } XGL_WAIT_EVENT; typedef enum _XGL_MEMORY_OUTPUT_FLAGS |
