Searched defs:AttachmentLoadOp (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp5741 enum class AttachmentLoadOp class in class:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout
19641 AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), Format format_ = Format::eUndefined, SampleCountFlagBits samples_ = SampleCountFlagBits::e1, AttachmentLoadOp loadOp_ = AttachmentLoadOp::eLoad, AttachmentStoreOp storeOp_ = AttachmentStoreOp::eStore, AttachmentLoadOp stencilLoadOp_ = AttachmentLoadOp::eLoad, AttachmentStoreOp stencilStoreOp_ = AttachmentStoreOp::eStore, ImageLayout initialLayout_ = ImageLayout::eUndefined, ImageLayout finalLayout_ = ImageLayout::eUndefined ) argument
19682 AttachmentDescription& setLoadOp( AttachmentLoadOp loadOp_ )
19694 AttachmentDescription& setStencilLoadOp( AttachmentLoadOp stencilLoadOp_ )
19744 AttachmentLoadOp loadOp;
19746 AttachmentLoadOp stencilLoadOp;
[all...]

Completed in 367 milliseconds