HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HgiTextureViewDesc Struct Reference

#include <texture.h>

Public Member Functions

 HgiTextureViewDesc ()
 

Public Attributes

std::string debugName
 
HgiFormat format
 
uint16_t layerCount
 
uint16_t mipLevels
 
HgiTextureHandle sourceTexture
 
uint16_t sourceFirstLayer
 
uint16_t sourceFirstMip
 

Detailed Description

Describes the properties needed to create a GPU texture view from an existing GPU texture object.

  • debugName: This label can be applied as debug label for GPU debugging.
  • format: The format of the texture view. This format must be compatible with the sourceTexture, but does not have to be the identical format. Generally: All 8-, 16-, 32-, 64-, and 128-bit color formats are compatible with other formats with the same bit length. For example HgiFormatFloat32Vec4 and HgiFormatInt32Vec4 are compatible.
  • layerCount: The number of layers (texture-arrays).
  • mipLevels: The number of mips in texture.
  • sourceTexture: Handle to the HgiTexture to be used as the source data backing.
  • sourceFirstLayer: The layer index to use from the source texture as the first layer of the view.
  • sourceFirstMip: The mip index to ues from the source texture as the first mip of the view.

Definition at line 238 of file texture.h.

Constructor & Destructor Documentation

HgiTextureViewDesc::HgiTextureViewDesc ( )
inline

Definition at line 240 of file texture.h.

Member Data Documentation

std::string HgiTextureViewDesc::debugName

Definition at line 249 of file texture.h.

HgiFormat HgiTextureViewDesc::format

Definition at line 250 of file texture.h.

uint16_t HgiTextureViewDesc::layerCount

Definition at line 251 of file texture.h.

uint16_t HgiTextureViewDesc::mipLevels

Definition at line 252 of file texture.h.

uint16_t HgiTextureViewDesc::sourceFirstLayer

Definition at line 254 of file texture.h.

uint16_t HgiTextureViewDesc::sourceFirstMip

Definition at line 255 of file texture.h.

HgiTextureHandle HgiTextureViewDesc::sourceTexture

Definition at line 253 of file texture.h.


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