Click or drag to resize
Ab4d.SharpEngine logo

VkDebugReportMessage Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.Vk.DebugReportMessage(Ab4d.Vulkan.Instance,Ab4d.Vulkan.DebugReportFlagsEXT,Ab4d.Vulkan.DebugReportObjectTypeEXT,System.UInt64,System.UIntPtr,System.Int32,System.Byte*,System.Byte*)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void DebugReportMessage(
	Instance instance,
	DebugReportFlagsEXT flags,
	DebugReportObjectTypeEXT objectType,
	ulong object,
	UIntPtr location,
	int messageCode,
	byte* pLayerPrefix,
	byte* pMessage
)

Parameters

instance  Instance

[Missing <param name="instance"/> documentation for "M:Ab4d.Vulkan.Vk.DebugReportMessage(Ab4d.Vulkan.Instance,Ab4d.Vulkan.DebugReportFlagsEXT,Ab4d.Vulkan.DebugReportObjectTypeEXT,System.UInt64,System.UIntPtr,System.Int32,System.Byte*,System.Byte*)"]

flags  DebugReportFlagsEXT

[Missing <param name="flags"/> documentation for "M:Ab4d.Vulkan.Vk.DebugReportMessage(Ab4d.Vulkan.Instance,Ab4d.Vulkan.DebugReportFlagsEXT,Ab4d.Vulkan.DebugReportObjectTypeEXT,System.UInt64,System.UIntPtr,System.Int32,System.Byte*,System.Byte*)"]

objectType  DebugReportObjectTypeEXT

[Missing <param name="objectType"/> documentation for "M:Ab4d.Vulkan.Vk.DebugReportMessage(Ab4d.Vulkan.Instance,Ab4d.Vulkan.DebugReportFlagsEXT,Ab4d.Vulkan.DebugReportObjectTypeEXT,System.UInt64,System.UIntPtr,System.Int32,System.Byte*,System.Byte*)"]

object  UInt64

[Missing <param name="object"/> documentation for "M:Ab4d.Vulkan.Vk.DebugReportMessage(Ab4d.Vulkan.Instance,Ab4d.Vulkan.DebugReportFlagsEXT,Ab4d.Vulkan.DebugReportObjectTypeEXT,System.UInt64,System.UIntPtr,System.Int32,System.Byte*,System.Byte*)"]

location  UIntPtr

[Missing <param name="location"/> documentation for "M:Ab4d.Vulkan.Vk.DebugReportMessage(Ab4d.Vulkan.Instance,Ab4d.Vulkan.DebugReportFlagsEXT,Ab4d.Vulkan.DebugReportObjectTypeEXT,System.UInt64,System.UIntPtr,System.Int32,System.Byte*,System.Byte*)"]

messageCode  Int32

[Missing <param name="messageCode"/> documentation for "M:Ab4d.Vulkan.Vk.DebugReportMessage(Ab4d.Vulkan.Instance,Ab4d.Vulkan.DebugReportFlagsEXT,Ab4d.Vulkan.DebugReportObjectTypeEXT,System.UInt64,System.UIntPtr,System.Int32,System.Byte*,System.Byte*)"]

pLayerPrefix  Byte*

[Missing <param name="pLayerPrefix"/> documentation for "M:Ab4d.Vulkan.Vk.DebugReportMessage(Ab4d.Vulkan.Instance,Ab4d.Vulkan.DebugReportFlagsEXT,Ab4d.Vulkan.DebugReportObjectTypeEXT,System.UInt64,System.UIntPtr,System.Int32,System.Byte*,System.Byte*)"]

pMessage  Byte*

[Missing <param name="pMessage"/> documentation for "M:Ab4d.Vulkan.Vk.DebugReportMessage(Ab4d.Vulkan.Instance,Ab4d.Vulkan.DebugReportFlagsEXT,Ab4d.Vulkan.DebugReportObjectTypeEXT,System.UInt64,System.UIntPtr,System.Int32,System.Byte*,System.Byte*)"]

Remarks

Required Extension: VK_EXT_debug_report

See Also