Kanzi  3.9.6
Kanzi Engine 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

◆ intValue

int kanzi::GlRenderState::RenderValueUnion::intValue

Integer value.

◆ floatValue

float kanzi::GlRenderState::RenderValueUnion::floatValue

Floating-point value.


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