Searched refs:VkDepthBiasInfoEXT (Results 1 – 7 of 7) sorted by relevance
57 Add a new function, `vkCmdSetDepthBias2EXT` that uses an extendable `VkDepthBiasInfoEXT`.59 …of a pipeline's `VkPipelineRasterizationStateCreateInfo` state or `VkDepthBiasInfoEXT` in a `vkCmd…64 struct VkDepthBiasInfoEXT {77 const VkDepthBiasInfoEXT* pInfo);
3887 sname:VkDepthBiasInfoEXT.3955 [open,refpage='VkDepthBiasInfoEXT',desc='Structure specifying depth bias parameters',type='structs']3957 :refpage: VkDepthBiasInfoEXT3959 The sname:VkDepthBiasInfoEXT structure is defined as:3961 include::{generated}/api/structs/VkDepthBiasInfoEXT.adoc[]3981 * [[VUID-VkDepthBiasInfoEXT-depthBiasClamp-08950]]3986 include::{generated}/validity/structs/VkDepthBiasInfoEXT.adoc[]3998 * pname:pDepthBiasInfo is a pointer to a slink:VkDepthBiasInfoEXT
2364 VkDepthBiasInfoEXT depth_bias_info = { in vk_common_CmdSetDepthBias()2850 const VkDepthBiasInfoEXT* pDepthBiasInfo) in vk_common_CmdSetDepthBias2EXT()
14627 typedef struct VkDepthBiasInfoEXT { struct14633 } VkDepthBiasInfoEXT; argument14642 …R *PFN_vkCmdSetDepthBias2EXT)(VkCommandBuffer commandBuffer, const VkDepthBiasInfoEXT* pDe…14647 const VkDepthBiasInfoEXT* pDepthBiasInfo);
3282 …SSERT( sizeof( VULKAN_HPP_NAMESPACE::DepthBiasInfoEXT ) == sizeof( VkDepthBiasInfoEXT ), "struct a…
4297 …void vkCmdSetDepthBias2EXT( VkCommandBuffer commandBuffer, const VkDepthBiasInfoEXT * pDepthBiasIn… in vkCmdSetDepthBias2EXT()
17643 …c_cast<VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkDepthBiasInfoEXT *>( &depthBi… in setDepthBias2EXT()