wisdom
Loading...
Searching...
No Matches
wis::UnorderedAccessDesc Struct Reference

Detailed Description

Unordered access description for RW Texture creation.

wis::DataFormat format;
wis::SubresourceRange subresource_range;
};
TextureViewType
Texture view type.
Definition api.hpp:1198
DataFormat
Data format for data. Used as a template for data in several cases. Can be used to describe:
Definition api.hpp:310
Subresource range for wis::TextureBarrier.
Definition api.hpp:1861
Unordered access description for RW Texture creation.
Definition api.hpp:2038

Definition at line 2038 of file api.hpp.

#include <api.hpp>

Public Attributes

wis::DataFormat format
 Resource format.
 
wis::TextureViewType view_type
 Resource view type.
 
wis::SubresourceRange subresource_range
 Subresource range of the resource.
 

Data Members

◆ format

wis::DataFormat wis::UnorderedAccessDesc::format

Resource format.

Definition at line 2039 of file api.hpp.

◆ subresource_range

wis::SubresourceRange wis::UnorderedAccessDesc::subresource_range

Subresource range of the resource.

Definition at line 2041 of file api.hpp.

◆ view_type

wis::TextureViewType wis::UnorderedAccessDesc::view_type

Resource view type.

Definition at line 2040 of file api.hpp.


The documentation for this struct was generated from the following file: