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

#include <resourcetable.h>

Public Member Functions

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

Public Attributes

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

Constructor & Destructor Documentation

◆ ResourceTableTexture() [1/5]

CoreGraphics::ResourceTableTexture::ResourceTableTexture ( )
inline

◆ ResourceTableTexture() [2/5]

CoreGraphics::ResourceTableTexture::ResourceTableTexture ( const CoreGraphics::TextureId tex,
IndexT slot )
inline

◆ ResourceTableTexture() [3/5]

CoreGraphics::ResourceTableTexture::ResourceTableTexture ( const CoreGraphics::TextureId tex,
IndexT slot,
IndexT index )
inline

◆ ResourceTableTexture() [4/5]

CoreGraphics::ResourceTableTexture::ResourceTableTexture ( const CoreGraphics::TextureId tex,
IndexT slot,
bool isDepth,
bool isStencil )
inline

◆ ResourceTableTexture() [5/5]

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

Member Data Documentation

◆ index

IndexT CoreGraphics::ResourceTableTexture::index

◆ isDepth

bool CoreGraphics::ResourceTableTexture::isDepth

◆ isStencil

bool CoreGraphics::ResourceTableTexture::isStencil

◆ sampler

CoreGraphics::SamplerId CoreGraphics::ResourceTableTexture::sampler

◆ slot

IndexT CoreGraphics::ResourceTableTexture::slot

◆ tex

CoreGraphics::TextureId CoreGraphics::ResourceTableTexture::tex

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