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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef enum WisViewHeapType {
WisViewHeapTypeRenderTarget = 0,
WisViewHeapTypeDepthStencil = 1,

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
enum class ViewHeapType {
RenderTarget = 0,
DepthStencil = 1,
};
}

Description


Type of the view descriptor heap.

Note
Translates to D3D12_DESCRIPTOR_HEAP_TYPE for DirectX 12 implementation.

Values:

  • WisViewHeapTypeRenderTarget = 0: Descriptor heap for render target views.
  • WisViewHeapTypeDepthStencil = 1: Descriptor heap for depth stencil views.

See Also


See also
Functions: wisDeviceCreateViewHeap