Click or drag to resize
SoTextureHW_Features Enumeration

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum HW_Features
Members
  Member nameValueDescription
HW_NPOT0

Check support for non-power-of-2 textures.

HW_FLOATFORMAT1

Check support for floating point texture format.

HW_DEPTHFORMAT2

Check support for depth textures.

HW_AUTOMIPMAP3

Check support for automatic mipmap generation.

HW_BORDER_CLAMP4

Check support for texture coordinates border clamp.

HW_EDGE_CLAMP5

Check support for texture coordinates edge clamp.

HW_MIRRORED_REPEAT6

Check support for texture coordinates mirrored repeat.

HW_COMPRESSION_S3TC7

Check support for DDS support (S3TC)

HW_COMPRESSION_LATC8

Check support for texture_compression_latc.

HW_COMPRESSION_RGTC9

Check support for texture_compression_rgtc.

Remarks