diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-06-28 13:21:27 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-07-03 14:00:45 -0600 |
| commit | f0bb42f1165109038b8b352bd0c9dd74a2ff4d95 (patch) | |
| tree | de298b4efc01878f72eaf351e2a3f1ff0daf726a /scripts/vuid_mapping.py | |
| parent | d24a5f88e841b75fc7c8c302c8432a123a3b1f05 (diff) | |
| download | usermoji-f0bb42f1165109038b8b352bd0c9dd74a2ff4d95.tar.xz | |
layers: Add missing parms to vuid_mapping script
Change-Id: I81e0366e7e2cb2054d8b0f706863e932ef4b8318
Diffstat (limited to 'scripts/vuid_mapping.py')
| -rw-r--r-- | scripts/vuid_mapping.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index a599b977..78c620fd 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -970,6 +970,12 @@ implicit_param_map = { 'signalSemaphoreValuesCount' : 452, 'deviceType' : 453, 'colorSpace' : 454, +'pfnAllocation' : 455, +'pfnReallocation' : 556, +'pfnFree' : 457, +'blendConstants' : 458, +'displayName' : 459, +'pfnCallback' : 460, ### ADD New implicit param mappings above this line } |
