Raven Engine v0.1
Loading...
Searching...
No Matches
Raven::RendererData Struct Reference

Runtime statistics and shared renderer resources. More...

#include <IllumineRenderer.h>

Public Attributes

Ref< ShaderLibraryShaderLibrary
Ref< MaterialRegistryMaterialRegistry
PipelineStatistics PipelineStats
u32 DrawCalls = 0
 Number of draw calls issued this frame.

Detailed Description

Runtime statistics and shared renderer resources.

Member Data Documentation

◆ DrawCalls

u32 Raven::RendererData::DrawCalls = 0

Number of draw calls issued this frame.

◆ MaterialRegistry

Ref<MaterialRegistry> Raven::RendererData::MaterialRegistry

◆ PipelineStats

PipelineStatistics Raven::RendererData::PipelineStats

◆ ShaderLibrary

Ref<ShaderLibrary> Raven::RendererData::ShaderLibrary

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