Skip to content

Commit

Permalink
Add QNX types.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorchak-blackberry authored and juan-lunarg committed Sep 1, 2023
1 parent e91e6d5 commit c5931af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/api_dump_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@
@end function
"""

POINTER_TYPES = ['void', 'xcb_connection_t', 'Display', 'SECURITY_ATTRIBUTES', 'ANativeWindow', 'AHardwareBuffer', 'wl_display']
POINTER_TYPES = ['void', 'xcb_connection_t', 'Display', 'SECURITY_ATTRIBUTES', 'ANativeWindow', 'AHardwareBuffer', 'wl_display', '_screen_context', '_screen_window', '_screen_buffer']

TRACKED_STATE = {
'vkAllocateCommandBuffers':
Expand Down

0 comments on commit c5931af

Please sign in to comment.