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

Detailed Description

Specification


C version:

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct TextureBinding {
wis::DataFormat format;
wis::TextureLayout layout;
wis::TextureBindingFlags flags;
wis::ComponentMapping component_mapping;
wis::SubresourceRange range;
};
}

Members


  • format describes the format of the view.
  • layout specifies the layout of the texture. Default is WisTextureLayoutTexture2D.
  • flags describes texture binding flags. Describe additional options for the texture binding.
  • component_mapping specifies component mapping for the texture view.
  • range describes subresource description for the texture view.

Description


See Also


See also
Functions: wisDescriptorHeapWriteTexture, wisDescriptorHeapWriteRWTexture