aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-03-30 09:11:02 -0600
committerChia-I Wu <olv@lunarg.com>2015-04-16 17:33:27 +0800
commit914ce7c69581911241be373f8b7a930d0da73718 (patch)
tree08ff69eb693b986e3150c041e88b2d41afb55551
parenta28bdde711fae9c44b80f99d1701fc55dd0e0b56 (diff)
downloadusermoji-914ce7c69581911241be373f8b7a930d0da73718.tar.xz
glave: Rename descriptor region to descriptor pool
-rw-r--r--xgl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/xgl.py b/xgl.py
index 0f89e5cb..02e386a3 100644
--- a/xgl.py
+++ b/xgl.py
@@ -932,7 +932,8 @@ object_list = [
"XGL_SAMPLER",
"XGL_DESCRIPTOR_SET",
"XGL_DESCRIPTOR_SET_LAYOUT",
- "XGL_DESCRIPTOR_REGION",
+ "XGL_DESCRIPTOR_SET_LAYOUT_CHAIN",
+ "XGL_DESCRIPTOR_POOL",
"XGL_DYNAMIC_STATE_OBJECT",
"XGL_CMD_BUFFER",
"XGL_FENCE",