SoTextureHW_Features Enumeration |
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
HW_NPOT | 0 | Check support for non-power-of-2 textures. | |
HW_FLOATFORMAT | 1 | Check support for floating point texture format. | |
HW_DEPTHFORMAT | 2 | Check support for depth textures. | |
HW_AUTOMIPMAP | 3 | Check support for automatic mipmap generation. | |
HW_BORDER_CLAMP | 4 | Check support for texture coordinates border clamp. | |
HW_EDGE_CLAMP | 5 | Check support for texture coordinates edge clamp. | |
HW_MIRRORED_REPEAT | 6 | Check support for texture coordinates mirrored repeat. | |
HW_COMPRESSION_S3TC | 7 | Check support for DDS support (S3TC) | |
HW_COMPRESSION_LATC | 8 | Check support for texture_compression_latc. | |
HW_COMPRESSION_RGTC | 9 | Check support for texture_compression_rgtc. |