Searched defs:GraphicsPipelineCreateInfo (Results 1 – 6 of 6) sorted by relevance
34034 struct GraphicsPipelineCreateInfo struct34036 using NativeType = VkGraphicsPipelineCreateInfo;34038 static const bool allowDuplicate = false;34039 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;34042 …VULKAN_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo(VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags… in GraphicsPipelineCreateInfo() function34083 GraphicsPipelineCreateInfo(VkGraphicsPipelineCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument34089 GraphicsPipelineCreateInfo(VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_, in GraphicsPipelineCreateInfo() function34133 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>(&rhs); in operator =()34138 …ULKAN_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()34144 …sPipelineCreateInfo &setFlags(VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
33964 struct GraphicsPipelineCreateInfo struct33966 using NativeType = VkGraphicsPipelineCreateInfo;33968 static const bool allowDuplicate = false;33969 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;33972 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() function34013 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function34019 …GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument34063 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()34068 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()34074 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
35270 struct GraphicsPipelineCreateInfo struct35272 using NativeType = VkGraphicsPipelineCreateInfo;35274 static const bool allowDuplicate = false;35275 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;35278 VULKAN_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo( in GraphicsPipelineCreateInfo() function35318 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument35323 GraphicsPipelineCreateInfo( in GraphicsPipelineCreateInfo() argument35366 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()35371 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()35378 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 { implementation6275 pub fn build(self) -> GraphicsPipelineCreateInfo { in build()