Kohi Game Engine
render_packet Struct Reference

A structure which is generated by the application and sent once to the renderer to render a given frame. Consists of any data required, such as delta time and a collection of views to be rendered. More...

#include <renderer_types.h>

Data Fields

u16 view_count
 
render_view_packetviews
 

Detailed Description

A structure which is generated by the application and sent once to the renderer to render a given frame. Consists of any data required, such as delta time and a collection of views to be rendered.

Field Documentation

◆ view_count

u16 view_count

The number of views to be rendered.

◆ views

An array of views to be rendered.


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