|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/tf/envSetting.h"#include "pxr/imaging/hgi/api.h"#include "pxr/imaging/hgi/enums.h"#include "pxr/imaging/hgi/handle.h"#include "pxr/imaging/hgi/types.h"#include <string>#include <vector>
Include dependency graph for sampler.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | HgiSamplerDesc |
| class | HgiSampler |
Typedefs | |
| using | HgiSamplerHandle = HgiHandle< HgiSampler > |
| using | HgiSamplerHandleVector = std::vector< HgiSamplerHandle > |
Functions | |
| HGI_API bool | operator== (const HgiSamplerDesc &lhs, const HgiSamplerDesc &rhs) |
| HGI_API bool | operator!= (const HgiSamplerDesc &lhs, const HgiSamplerDesc &rhs) |
Variables | |
| PXR_NAMESPACE_OPEN_SCOPE HGI_API TfEnvSetting< int > | HGI_MAX_ANISOTROPY |
| using HgiSamplerHandle = HgiHandle<HgiSampler> |
| using HgiSamplerHandleVector = std::vector<HgiSamplerHandle> |
| HGI_API bool operator!= | ( | const HgiSamplerDesc & | lhs, |
| const HgiSamplerDesc & | rhs | ||
| ) |
| HGI_API bool operator== | ( | const HgiSamplerDesc & | lhs, |
| const HgiSamplerDesc & | rhs | ||
| ) |
| PXR_NAMESPACE_OPEN_SCOPE HGI_API TfEnvSetting<int> HGI_MAX_ANISOTROPY |
Sets the maximum anisotropic filtering ratio for all samplers. By default this is 16x. The actual value used depends on the device limits. A value of 1 effectively disables anisotropic sampling.