QSSGRhiSamplerDescription. 更多...
头: | #include <QSSGRhiSamplerDescription> |
Since: | Qt 6.7 |
QRhiSampler::AddressMode | hTiling |
QRhiSampler::Filter | magFilter |
QRhiSampler::Filter | minFilter |
QRhiSampler::Filter | mipmap |
QRhiSampler::AddressMode | vTiling |
QRhiSampler::AddressMode | zTiling |
Convenience class used to request a QRhiSampler from QtQuick3D internal cache.
注意: Samplers are owned by QtQuick3D .
另请参阅 QSSGRhiContext::sampler ().
The horizontal wrap mode.
另请参阅 QRhiSampler::AddressMode .
The magnification filter mode.
另请参阅 QRhiSampler::Filter and QRhiSampler::magFilter ().
The minification filter mode.
另请参阅 QRhiSampler::Filter and QRhiSampler::minFilter ().
The mipmap filtering mode.
另请参阅 QRhiSampler::Filter and QRhiSampler::mipmapMode ().
The vertical wrap mode.
另请参阅 QRhiSampler::AddressMode .
The depth wrap mode.
另请参阅 QRhiSampler::AddressMode .