QSSGRhiSamplerDescription Struct

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 ().

成员变量文档编制

QRhiSampler::AddressMode QSSGRhiSamplerDescription:: hTiling

The horizontal wrap mode.

另请参阅 QRhiSampler::AddressMode .

QRhiSampler::Filter QSSGRhiSamplerDescription:: magFilter

The magnification filter mode.

另请参阅 QRhiSampler::Filter and QRhiSampler::magFilter ().

QRhiSampler::Filter QSSGRhiSamplerDescription:: minFilter

The minification filter mode.

另请参阅 QRhiSampler::Filter and QRhiSampler::minFilter ().

QRhiSampler::Filter QSSGRhiSamplerDescription:: mipmap

The mipmap filtering mode.

另请参阅 QRhiSampler::Filter and QRhiSampler::mipmapMode ().

QRhiSampler::AddressMode QSSGRhiSamplerDescription:: vTiling

The vertical wrap mode.

另请参阅 QRhiSampler::AddressMode .

QRhiSampler::AddressMode QSSGRhiSamplerDescription:: zTiling

The depth wrap mode.

另请参阅 QRhiSampler::AddressMode .