Home | History | Annotate | Download | only in vulkan

Lines Matching defs:VkClearAttachment

11924     ClearAttachment( VkClearAttachment const & rhs )
11929 ClearAttachment& operator=( VkClearAttachment const & rhs )
11953 operator const VkClearAttachment&() const
11955 return *reinterpret_cast<const VkClearAttachment*>(this);
11962 static_assert( sizeof( ClearAttachment ) == sizeof( VkClearAttachment ), "struct and wrapper have different size!" );
14202 vkCmdClearAttachments( m_commandBuffer, attachmentCount, reinterpret_cast<const VkClearAttachment*>( pAttachments ), rectCount, reinterpret_cast<const VkClearRect*>( pRects ) );
14208 vkCmdClearAttachments( m_commandBuffer, attachments.size() , reinterpret_cast<const VkClearAttachment*>( attachments.data() ), rects.size() , reinterpret_cast<const VkClearRect*>( rects.data() ) );