Click or drag to resize
SoGpuBufferObjectBufferAccessFrequencies Enumeration

Available values for hints on how frequently the application will be changing the buffer's data.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public enum BufferAccessFrequencies
Members
  Member nameValueDescription
STATIC0

The application will set the data once.

DYNAMIC1

The application will set the data multiple times.

Remarks