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: 2024.1.0.0 (2024.1.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