wisdom
Loading...
Searching...
No Matches
WisStoreOp Struct Reference

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef enum WisStoreOp {
WisStoreOpStore = 0,
WisStoreOpDontCare = 1,

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
enum class StoreOp {
Store = 0,
DontCare = 1,
};
}

Description


Attachment store operation for render pass.

Note
Translates to D3D12_RENDER_PASS_ENDING_ACCESS_TYPE for DirectX 12 implementation, and VkAttachmentStoreOp for Vulkan implementation.

Values:

  • WisStoreOpStore = 0: Store the attachment contents.
  • WisStoreOpDontCare = 1: Do not care about the attachment contents.

See Also


See also
Structs: WisRenderPassRenderTargetDesc, WisRenderPassDepthStencilDesc