Nebula
Loading...
Searching...
No Matches
CoreGraphics::ResourceTableTextureView Struct Reference

#include <resourcetable.h>

Public Member Functions

 ResourceTableTextureView ()
 
 ResourceTableTextureView (const CoreGraphics::TextureViewId tex, IndexT slot)
 
 ResourceTableTextureView (const CoreGraphics::TextureViewId tex, IndexT slot, IndexT index)
 
 ResourceTableTextureView (const CoreGraphics::TextureViewId tex, IndexT slot, bool isDepth=false, bool isStencil=false)
 
 ResourceTableTextureView (const CoreGraphics::TextureViewId tex, IndexT slot, IndexT index, CoreGraphics::SamplerId sampler, bool isDepth=false, bool isStencil=false)
 

Public Attributes

CoreGraphics::TextureViewId tex
 
IndexT slot
 
IndexT index
 
CoreGraphics::SamplerId sampler
 
bool isDepth: 1
 
bool isStencil: 1
 

Constructor & Destructor Documentation

◆ ResourceTableTextureView() [1/5]

CoreGraphics::ResourceTableTextureView::ResourceTableTextureView ( )
inline

◆ ResourceTableTextureView() [2/5]

CoreGraphics::ResourceTableTextureView::ResourceTableTextureView ( const CoreGraphics::TextureViewId tex,
IndexT slot )
inline

◆ ResourceTableTextureView() [3/5]

CoreGraphics::ResourceTableTextureView::ResourceTableTextureView ( const CoreGraphics::TextureViewId tex,
IndexT slot,
IndexT index )
inline

◆ ResourceTableTextureView() [4/5]

CoreGraphics::ResourceTableTextureView::ResourceTableTextureView ( const CoreGraphics::TextureViewId tex,
IndexT slot,
bool isDepth = false,
bool isStencil = false )
inline

◆ ResourceTableTextureView() [5/5]

CoreGraphics::ResourceTableTextureView::ResourceTableTextureView ( const CoreGraphics::TextureViewId tex,
IndexT slot,
IndexT index,
CoreGraphics::SamplerId sampler,
bool isDepth = false,
bool isStencil = false )
inline

Member Data Documentation

◆ index

IndexT CoreGraphics::ResourceTableTextureView::index

◆ isDepth

bool CoreGraphics::ResourceTableTextureView::isDepth

◆ isStencil

bool CoreGraphics::ResourceTableTextureView::isStencil

◆ sampler

CoreGraphics::SamplerId CoreGraphics::ResourceTableTextureView::sampler

◆ slot

IndexT CoreGraphics::ResourceTableTextureView::slot

◆ tex

CoreGraphics::TextureViewId CoreGraphics::ResourceTableTextureView::tex

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