![]() |
Paradox Game Engine
v1.0.0 beta06
|
Classes | |
| struct | Filter |
| struct | FilterFrom |
| struct | FilterTo |
| struct | TriangleRow |
Functions | |
| HRESULT | _Create (_In_ size_t source, _In_ size_t dest, _In_ bool wrap, _Inout_ std::unique_ptr< Filter > &tf) |
Variables | |
| static const size_t | TF_FILTER_SIZE = sizeof(Filter) - sizeof(FilterFrom) |
| static const size_t | TF_FROM_SIZE = sizeof(FilterFrom) - sizeof(FilterTo) |
| static const size_t | TF_TO_SIZE = sizeof(FilterTo) |
| static const float | TF_EPSILON = 0.00001f |
| HRESULT DirectX::TriangleFilter::_Create | ( | _In_ size_t | source, |
| _In_ size_t | dest, | ||
| _In_ bool | wrap, | ||
| _Inout_ std::unique_ptr< Filter > & | tf | ||
| ) |
Definition at line 251 of file Filters.h.
References DirectX::assert(), TF_EPSILON, TF_FILTER_SIZE, TF_FROM_SIZE, and TF_TO_SIZE.
Referenced by DirectX::_Generate2DMipsTriangleFilter(), DirectX::_Generate3DMipsTriangleFilter(), and DirectX::_ResizeTriangleFilter().
|
static |
|
static |
|
static |