Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::GlRenderState::RenderValueUnion Union Reference

Union containing one render value to be arranged into an array. More...

#include <kanzi/core.ui/platform/graphics_backend/gl/gl_render_state.hpp>

Public Attributes

float floatValue
 Floating-point value. More...
 
int intValue
 Integer value. More...
 

Detailed Description

Union containing one render value to be arranged into an array.

Member Data Documentation

int kanzi::GlRenderState::RenderValueUnion::intValue

Integer value.

float kanzi::GlRenderState::RenderValueUnion::floatValue

Floating-point value.


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