Searched defs:GraphicsPipelineCreateInfo (Results 1 – 7 of 7) sorted by relevance
332 class GraphicsPipelineCreateInfo : public ::vkt::Draw::PipelineCreateInfo class335 …GraphicsPipelineCreateInfo(vk::VkPipelineLayout _layout, vk::VkRenderPass _renderPass, int _subpas… in GraphicsPipelineCreateInfo() function in vkt::pipeline::__anond246fdcb0111::GraphicsPipelineCreateInfo
40459 struct GraphicsPipelineCreateInfo struct40461 using NativeType = VkGraphicsPipelineCreateInfo;40463 static const bool allowDuplicate = false;40464 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;40467 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() function40508 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument40514 …GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument40558 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()40563 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()40569 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
41572 struct GraphicsPipelineCreateInfo struct41574 using NativeType = VkGraphicsPipelineCreateInfo;41576 static const bool allowDuplicate = false;41577 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;41580 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() function41621 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function41627 …GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument41671 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()41676 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()41682 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
41321 struct GraphicsPipelineCreateInfo struct41323 using NativeType = VkGraphicsPipelineCreateInfo;41325 static const bool allowDuplicate = false;41326 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;41329 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument41370 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function41376 …GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() function41420 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()41425 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()41431 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
2128 create_infos: &[vk::GraphicsPipelineCreateInfo], in create_graphics_pipelines()
795 p_create_infos: *const GraphicsPipelineCreateInfo, constant2271 _p_create_infos: *const GraphicsPipelineCreateInfo, in load()
6810 pub struct GraphicsPipelineCreateInfo { struct6831 impl ::std::default::Default for GraphicsPipelineCreateInfo { argument6857 unsafe impl TaggedStructure for GraphicsPipelineCreateInfo { implementation6860 impl GraphicsPipelineCreateInfo { impl7005 pub fn build(self) -> GraphicsPipelineCreateInfo { in build()