Click or drag to resize
Ab4d.SharpEngine logo

VulkanDeviceGetSupportedDepthStencilFormat Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.GetSupportedDepthStencilFormat(Ab4d.Vulkan.SampleCountFlags,System.Boolean,System.Boolean)"]


Namespace: Ab4d.SharpEngine.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Format GetSupportedDepthStencilFormat(
	SampleCountFlags multiSampleCount,
	bool requireStencilSupport = false,
	bool use32BitDepthFormat = false
)

Parameters

multiSampleCount  SampleCountFlags

[Missing <param name="multiSampleCount"/> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.GetSupportedDepthStencilFormat(Ab4d.Vulkan.SampleCountFlags,System.Boolean,System.Boolean)"]

requireStencilSupport  Boolean  (Optional)

[Missing <param name="requireStencilSupport"/> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.GetSupportedDepthStencilFormat(Ab4d.Vulkan.SampleCountFlags,System.Boolean,System.Boolean)"]

use32BitDepthFormat  Boolean  (Optional)

[Missing <param name="use32BitDepthFormat"/> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.GetSupportedDepthStencilFormat(Ab4d.Vulkan.SampleCountFlags,System.Boolean,System.Boolean)"]

Return Value

Format

[Missing <returns> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.GetSupportedDepthStencilFormat(Ab4d.Vulkan.SampleCountFlags,System.Boolean,System.Boolean)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Vulkan.VulkanDevice.GetSupportedDepthStencilFormat(Ab4d.Vulkan.SampleCountFlags,System.Boolean,System.Boolean)"]

See Also