Visual Computing Library  devel
Loading...
Searching...
No Matches
vcl::DrawObjectSettingsBGFX Struct Reference

A simple struct containing the settings to draw a drawable object in a bgfx canvas. More...

#include <vclib/bgfx/drawable/draw_object_settings_bgfx.h>

Public Attributes

uint objectId = 0
 The object ID to assign to the object.
 
bool pbrMode = false
 
uint viewId = 0
 Option that tells whether the object must be drawn in PBR mode.
 

Detailed Description

A simple struct containing the settings to draw a drawable object in a bgfx canvas.

Member Data Documentation

◆ objectId

uint vcl::DrawObjectSettingsBGFX::objectId = 0

The object ID to assign to the object.

<

The view ID on which to draw the object.


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