summaryrefslogtreecommitdiffhomepage
path: root/registry/vkconventions.py
diff options
context:
space:
mode:
Diffstat (limited to 'registry/vkconventions.py')
-rw-r--r--registry/vkconventions.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/registry/vkconventions.py b/registry/vkconventions.py
index 8f5f518..3d0e32a 100644
--- a/registry/vkconventions.py
+++ b/registry/vkconventions.py
@@ -62,6 +62,15 @@ class VulkanConventions(ConventionsBase):
return '`NULL`'
@property
+ def struct_macro(self):
+ """Get the appropriate format macro for a structure.
+
+ Primarily affects generated valid usage statements.
+ """
+
+ return 'slink:'
+
+ @property
def constFlagBits(self):
"""Returns True if static const flag bits should be generated, False if an enumerated type should be generated."""
return False