Searched defs:GraphicsPipelineCreateInfo (Results 1 – 7 of 7) sorted by relevance
333 class GraphicsPipelineCreateInfo : public ::vkt::Draw::PipelineCreateInfo class336 GraphicsPipelineCreateInfo (vk::VkPipelineLayout _layout, in GraphicsPipelineCreateInfo() function in vkt::pipeline::__anoneb98263c0111::GraphicsPipelineCreateInfo
37709 struct GraphicsPipelineCreateInfo struct37711 using NativeType = VkGraphicsPipelineCreateInfo;37713 static const bool allowDuplicate = false;37714 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;37717 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() function37758 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function37764 …GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument37808 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()37813 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()37819 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
35080 struct GraphicsPipelineCreateInfo struct35082 using NativeType = VkGraphicsPipelineCreateInfo;35084 static const bool allowDuplicate = false;35085 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;35089 …GraphicsPipelineCreateInfo(VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ = {}, uint32_t stageCo… in GraphicsPipelineCreateInfo() function35095 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument35100 …GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_, VULKAN_HPP_NAMESPACE… in GraphicsPipelineCreateInfo() argument35111 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()35116 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()35122 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
38771 struct GraphicsPipelineCreateInfo struct38773 using NativeType = VkGraphicsPipelineCreateInfo;38775 static const bool allowDuplicate = false;38776 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;38779 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument38820 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function38826 …GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument38870 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()38875 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()38881 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
1543 create_infos: &[vk::GraphicsPipelineCreateInfo], in create_graphics_pipelines()
978 p_create_infos: *const GraphicsPipelineCreateInfo, constant2454 _p_create_infos: *const GraphicsPipelineCreateInfo, in load()4271 p_create_infos: *const GraphicsPipelineCreateInfo, in create_graphics_pipelines()
6100 pub struct GraphicsPipelineCreateInfo { struct6121 impl ::std::default::Default for GraphicsPipelineCreateInfo { argument6146 impl GraphicsPipelineCreateInfo { impl6275 pub fn build(self) -> GraphicsPipelineCreateInfo { in build()