Doc: Show signatures of typedef's
qdoc doesn't do this by default. Pick-to: 6.5 Change-Id: Idd4885be2fdac951b2ed555088f9b3f7989157ab Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
cb534ec58f
commit
1c62e821ba
@ -821,7 +821,12 @@ void QVulkanInstance::presentQueued(QWindow *window)
|
|||||||
/*!
|
/*!
|
||||||
\typedef QVulkanInstance::DebugFilter
|
\typedef QVulkanInstance::DebugFilter
|
||||||
|
|
||||||
Typedef for debug filtering callback functions.
|
Typedef for debug filtering callback functions, with the following signature:
|
||||||
|
|
||||||
|
\code
|
||||||
|
bool myDebugFilter(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object,
|
||||||
|
size_t location, int32_t messageCode, const char *pLayerPrefix, const char *pMessage)
|
||||||
|
\endcode
|
||||||
|
|
||||||
Returning \c true suppresses the printing of the message.
|
Returning \c true suppresses the printing of the message.
|
||||||
|
|
||||||
@ -878,7 +883,13 @@ void QVulkanInstance::removeDebugOutputFilter(DebugFilter filter)
|
|||||||
/*!
|
/*!
|
||||||
\typedef QVulkanInstance::DebugUtilsFilter
|
\typedef QVulkanInstance::DebugUtilsFilter
|
||||||
|
|
||||||
Typedef for debug filtering callback functions. The \c callbackData
|
Typedef for debug filtering callback functions, with the following signature:
|
||||||
|
|
||||||
|
\code
|
||||||
|
bool myDebugUtilsFilter(DebugMessageSeverityFlags severity, DebugMessageTypeFlags type, const void *callbackData);
|
||||||
|
\endcode
|
||||||
|
|
||||||
|
The \c callbackData
|
||||||
argument is a pointer to the VkDebugUtilsMessengerCallbackDataEXT
|
argument is a pointer to the VkDebugUtilsMessengerCallbackDataEXT
|
||||||
structure.
|
structure.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user