Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Mesa
mesa
Commits
6f6aa0f4
Commit
6f6aa0f4
authored
Oct 12, 2016
by
Jason Ekstrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mesa: Add a BUFFER_BITS mask for depth+stencil
Reviewed-by:
Samuel Iglesias Gonsálvez
<
siglesias@igalia.com
>
parent
83ab6327
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/mesa/main/mtypes.h
src/mesa/main/mtypes.h
+3
-0
No files found.
src/mesa/main/mtypes.h
View file @
6f6aa0f4
...
...
@@ -189,6 +189,9 @@ typedef enum
BUFFER_BIT_COLOR6 | \
BUFFER_BIT_COLOR7)
/* Mask of bits for depth+stencil buffers */
#define BUFFER_BITS_DEPTH_STENCIL (BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL)
/**
* Framebuffer configuration (aka visual / pixelformat)
* Note: some of these fields should be boolean, but it appears that
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment