From 1cd37cad0a06fbb15c44fd59dd6b2c12a0812a76 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 May 2022 14:23:41 -0400 Subject: Add a uniform API for setting size hints This collapses many functions into one, which makes the API more easily extensible and reduces code size. --- doc/conf.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/conf.py.in b/doc/conf.py.in index 3fa8ea2..b208553 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -25,6 +25,7 @@ _opaque = [ "VkResult", "VkSurfaceKHR", "size_t", + "uint16_t", "uint32_t", "uintptr_t", ] -- cgit v1.2.1