Lines Matching refs:ClearAttachment
10534 struct ClearAttachment;
11974 …void clearAttachments( uint32_t attachmentCount, const ClearAttachment* pAttachments, uint32_t rec…
11977 …void clearAttachments( ArrayProxy<const ClearAttachment> attachments, ArrayProxy<const ClearRect> …
20377 struct ClearAttachment struct
20379 ClearAttachment( ImageAspectFlags aspectMask_ = ImageAspectFlags(), in ClearAttachment() function
20387 ClearAttachment( VkClearAttachment const & rhs ) in ClearAttachment() function
20389 memcpy( this, &rhs, sizeof( ClearAttachment ) ); in ClearAttachment()
20392 ClearAttachment& operator=( VkClearAttachment const & rhs ) in operator =() argument
20394 memcpy( this, &rhs, sizeof( ClearAttachment ) ); in operator =()
20398 ClearAttachment & setAspectMask( ImageAspectFlags aspectMask_ ) in setAspectMask() argument
20404 ClearAttachment & setColorAttachment( uint32_t colorAttachment_ ) in setColorAttachment() argument
20410 ClearAttachment & setClearValue( ClearValue clearValue_ ) in setClearValue() argument
20430 …static_assert( sizeof( ClearAttachment ) == sizeof( VkClearAttachment ), "struct and wrapper have …
47261 …oid CommandBuffer::clearAttachments( uint32_t attachmentCount, const ClearAttachment* pAttachments… in clearAttachments()
47267 …VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( ArrayProxy<const ClearAttachment> attachme… in clearAttachments()