QSSGRhiSamplerDescription Struct
QSSGRhi샘플러설명. 더 보기...
Header: | #include <QSSGRhiSamplerDescription> |
Since: | Qt 6.7 |
공용 변수
QRhiSampler::AddressMode | hTiling |
QRhiSampler::Filter | magFilter |
QRhiSampler::Filter | minFilter |
QRhiSampler::Filter | mipmap |
QRhiSampler::AddressMode | vTiling |
QRhiSampler::AddressMode | zTiling |
QSSGRhiContext::sampler()도 참조하세요 .
멤버 변수 문서
QRhiSampler::AddressMode QSSGRhiSamplerDescription::hTiling
가로 줄 바꿈 모드.
QRhiSampler::AddressMode 를참조하세요 .
QRhiSampler::Filter QSSGRhiSamplerDescription::magFilter
확대 필터 모드입니다.
QRhiSampler::Filter 및 QRhiSampler::magFilter()도 참조하세요 .
QRhiSampler::Filter QSSGRhiSamplerDescription::minFilter
축소 필터 모드입니다.
QRhiSampler::Filter 및 QRhiSampler::minFilter()도 참조하세요 .
QRhiSampler::Filter QSSGRhiSamplerDescription::mipmap
밉맵 필터링 모드입니다.
QRhiSampler::Filter 및 QRhiSampler::mipmapMode()도 참조하세요 .
QRhiSampler::AddressMode QSSGRhiSamplerDescription::vTiling
세로 줄 바꿈 모드.
QRhiSampler::AddressMode 를참조하세요 .
QRhiSampler::AddressMode QSSGRhiSamplerDescription::zTiling
깊이 랩 모드입니다.
QRhiSampler::AddressMode 를참조하세요 .
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.