debug_report: Rename VkDbgMsgCallback object

This commit is contained in:
Courtney Goeltzenleuchter 2015-11-25 14:07:05 -07:00 committed by Mark Lobodzinski
parent d7f76a87d7
commit 691cf5a57c

View File

@ -204,7 +204,7 @@ typedef struct VkLayerInstanceDispatchTable_
// LL node for tree of dbg callback functions
typedef struct VkLayerDbgFunctionNode_
{
VkDbgMsgCallback msgCallback;
VkDebugReportCallbackLUNARG msgCallback;
PFN_vkDbgMsgCallback pfnMsgCallback;
VkFlags msgFlags;
const void *pUserData;