|
Nebula
|
#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, bool isStencil) | |
| 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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| IndexT CoreGraphics::ResourceTableTextureView::index |
| bool CoreGraphics::ResourceTableTextureView::isDepth |
| bool CoreGraphics::ResourceTableTextureView::isStencil |
| CoreGraphics::SamplerId CoreGraphics::ResourceTableTextureView::sampler |
| IndexT CoreGraphics::ResourceTableTextureView::slot |
| CoreGraphics::TextureViewId CoreGraphics::ResourceTableTextureView::tex |