TextureProviderExtension QML Type
텍스처 공급자 확장을 위한 생성할 수 없는 추상 베이스 유형입니다. 더 보기...
| Import Statement: | import QtQuick3D |
| Since: | Qt 6.11 |
| In C++: | QQuick3DTextureProviderExtension |
| Inherits: |
속성
- samplerHint : enumeration
자세한 설명
QQuick3DTextureProviderExtension 및 QSSGRenderExtension 을참조하세요 .
속성 문서
samplerHint : enumeration
이 프로퍼티에는 확장 기능에서 제공할 텍스처 유형에 대한 힌트가 포함되어 있습니다. 텍스처 데이터는 필요할 때까지 제공되지 않지만 텍스처 컴포넌트를 사용하는 머티리얼은 어떤 유형의 샘플러를 제공할지 알아야 하므로 이 속성이 필요합니다. 이 프로퍼티는 다음 값 중 하나로 설정해야 합니다:
| Constant | Description |
|---|---|
TextureProviderExtension.Sampler2D | 텍스처는 2D 텍스처가 됩니다. |
TextureProviderExtension.Sampler2DArray | 텍스처는 배열 텍스처가 됩니다. |
TextureProviderExtension.Sampler3D | 텍스처는 3D 텍스처가 됩니다. |
TextureProviderExtension.SamplerCube | 텍스처는 큐브 맵 텍스처가 됩니다. |
TextureProviderExtension.SamplerCubeArray | 텍스처는 큐브 맵 텍스처의 배열이 됩니다. |
TextureProviderExtension.SamplerBuffer | 텍스처는 버퍼 텍스처가 됩니다. |
기본값은 TextureProviderExtension.Sampler2D 입니다.
참고: 이 프로퍼티는 커스텀 머티리얼을 사용할 때만 사용됩니다.
© 2026 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.