OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl_viz_driver_options Struct Reference

#include <occtl_viz.h>

Public Attributes

uint32_t struct_version
 
const void * p_next
 
int32_t enable_vbo
 
int32_t enable_vsync
 

Detailed Description

Versioned options for occtl_viz_driver_create().

Initialize with OCCTL_VIZ_DRIVER_OPTIONS_INIT or occtl_viz_driver_options_init() before use.

\par Thread Safety Yes.

See also
occtl_viz_driver_options_init

Member Data Documentation

◆ enable_vbo

int32_t occtl_viz_driver_options::enable_vbo

0/1; non-zero enables VBOs before view creation.

◆ enable_vsync

int32_t occtl_viz_driver_options::enable_vsync

0/1; non-zero requests vertical sync.

◆ p_next

const void* occtl_viz_driver_options::p_next

Reserved for extensions; must be NULL.

◆ struct_version

uint32_t occtl_viz_driver_options::struct_version

Must be OCCTL_VIZ_DRIVER_OPTIONS_VERSION_1.


The documentation for this struct was generated from the following file: