Searched refs:vkCmdSetDepthClipEnableEXT (Results 1 – 8 of 8) sorted by relevance
880 [open,refpage='vkCmdSetDepthClipEnableEXT',desc='Specify dynamically whether depth clipping is enab…885 include::{generated}/api/protos/vkCmdSetDepthClipEnableEXT.adoc[]908 :refpage: vkCmdSetDepthClipEnableEXT914 * [[VUID-vkCmdSetDepthClipEnableEXT-depthClipEnable-07451]]919 include::{generated}/validity/protos/vkCmdSetDepthClipEnableEXT.adoc[]
1006 * flink:vkCmdSetDepthClipEnableEXT
5596 and must: be set dynamically with flink:vkCmdSetDepthClipEnableEXT
227 * `vkCmdSetDepthClipEnableEXT()`
5065 …void vkCmdSetDepthClipEnableEXT( VkCommandBuffer commandBuffer, VkBool32 depthClipEnable ) const V… in vkCmdSetDepthClipEnableEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic5067 return ::vkCmdSetDepthClipEnableEXT( commandBuffer, depthClipEnable ); in vkCmdSetDepthClipEnableEXT()10167 PFN_vkCmdSetDepthClipEnableEXT vkCmdSetDepthClipEnableEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic11330 …vkCmdSetDepthClipEnableEXT = PFN_vkCmdSetDepthClipEnableEXT( vkGetInstanceProcAddr( instance, "vkC… in init()12215 …vkCmdSetDepthClipEnableEXT = PFN_vkCmdSetDepthClipEnableEXT( vkGetDeviceProcAddr( device, "vkCmdSe… in init()
1415 …vkCmdSetDepthClipEnableEXT = PFN_vkCmdSetDepthClipEnableEXT( vkGetDeviceProcAddr( device, "vkCmdSe… in DeviceDispatcher()2267 PFN_vkCmdSetDepthClipEnableEXT vkCmdSetDepthClipEnableEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher19284 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdSetDepthClipEnableEXT && "Function <vkCmdSetDepthClipEnabl… in setDepthClipEnableEXT()19288 …getDispatcher()->vkCmdSetDepthClipEnableEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), stat… in setDepthClipEnableEXT()
1598 flink:vkCmdSetDepthClipEnableEXT must: have been called in the current1605 flink:vkCmdSetDepthClipEnableEXT must: have been called in the current
16902 VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthClipEnableEXT(