diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-03-14 10:12:43 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-03-14 15:13:15 -0600 |
| commit | 313e72964eeef60871cb50d8cff81e2ab37be3ec (patch) | |
| tree | e0dbcbebf39910fba4041e8cedb4b5efd8a5f3d5 /scripts/cgenerator.py | |
| parent | a6449dd2ce7ba5660aed30a675555b84323f03db (diff) | |
| download | usermoji-313e72964eeef60871cb50d8cff81e2ab37be3ec.tar.xz | |
header: Update to 1.0.43 header version
- updated include/vulkan/vulkan.h
- updated scripts/cgenerator.py
- updated scripts/vk.xml
- updated layers json files
- updated tests json files
- updated loader SOVERSION
- updated include/vulkan/vulkan.hpp
- updated parameter_validation.cpp with new APIs
- updated object_tracker.cpp with new APIs
Change-Id: I1fd812cb376d5cddee5ab4acf2e4f8fe6d33b761
Diffstat (limited to 'scripts/cgenerator.py')
| -rw-r--r-- | scripts/cgenerator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cgenerator.py b/scripts/cgenerator.py index 732a6d2d..298a7742 100644 --- a/scripts/cgenerator.py +++ b/scripts/cgenerator.py @@ -268,7 +268,7 @@ class COutputGenerator(OutputGenerator): OutputGenerator.genGroup(self, groupinfo, groupName) groupElem = groupinfo.elem - expandName = re.sub(r'([0-9a-z_])([A-Z0-9][^A-Z0-9]?)',r'\1_\2',groupName).upper() + expandName = re.sub(r'([0-9a-z_])([A-Z0-9])',r'\1_\2',groupName).upper() expandPrefix = expandName expandSuffix = '' |
