Castor3D 0.12.0
Multiplatform 3D engine
Public Member Functions | Public Attributes | List of all members
castor3d::MipView Struct Reference

#include <TextureLayout.hpp>

Collaboration diagram for castor3d::MipView:
Collaboration graph
[legend]

Public Member Functions

template<typename FuncT >
void forMipView (FuncT function) const
 
template<typename FuncT >
void forEachLeafView (FuncT function) const
 
template<typename FuncT >
void forEachView (FuncT function) const
 
template<typename FuncT >
void forEachFirstMipView (FuncT function) const
 

Public Attributes

TextureViewUPtr view
 
std::vector< TextureViewUPtr > levels
 

Member Function Documentation

◆ forEachFirstMipView()

template<typename FuncT >
void castor3d::MipView::forEachFirstMipView ( FuncT  function) const
inline

References forMipView(), and levels.

Referenced by castor3d::CubeView::forEachFirstMipView(), and castor3d::TextureLayout::forEachFirstMipView().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ forEachLeafView()

template<typename FuncT >
void castor3d::MipView::forEachLeafView ( FuncT  function) const
inline

References forMipView(), and levels.

Referenced by forEachView().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ forEachView()

template<typename FuncT >
void castor3d::MipView::forEachView ( FuncT  function) const
inline

References forEachLeafView(), and forMipView().

Referenced by castor3d::CubeView::forEachView(), and castor3d::TextureLayout::forEachView().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ forMipView()

template<typename FuncT >
void castor3d::MipView::forMipView ( FuncT  function) const
inline

References view.

Referenced by forEachFirstMipView(), forEachLeafView(), and forEachView().

Here is the caller graph for this function:

Member Data Documentation

◆ levels

std::vector< TextureViewUPtr > castor3d::MipView::levels

◆ view

TextureViewUPtr castor3d::MipView::view

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