Home
last modified time | relevance | path

Searched defs:InputAttachmentAspectReference (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/include/vulkan/
Dvulkan.hpp60215 struct InputAttachmentAspectReference struct
60220 …VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference(uint32_t subpass_ = {}, uint32_t inputAttachme… in InputAttachmentAspectReference() function
60226InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
60234 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
60238 …chmentAspectReference & operator=( InputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
60244 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
60250 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
60256 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
60263 operator VkInputAttachmentAspectReference const&() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
60268 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
[all …]