Blender V5.0
blender::eevee::UniformDataModule Struct Reference

#include <eevee_instance.hh>

Public Member Functions

void push_update ()
template<typename PassType>
void bind_resources (PassType &pass)

Public Attributes

UniformDataBuf data = {"UniformDataBuf"}

Detailed Description

Definition at line 62 of file eevee_instance.hh.

Member Function Documentation

◆ bind_resources()

template<typename PassType>
void blender::eevee::UniformDataModule::bind_resources ( PassType & pass)
inline

Definition at line 70 of file eevee_instance.hh.

References data, and UNIFORM_BUF_SLOT.

◆ push_update()

void blender::eevee::UniformDataModule::push_update ( )
inline

Definition at line 65 of file eevee_instance.hh.

References data.

Member Data Documentation

◆ data

UniformDataBuf blender::eevee::UniformDataModule::data = {"UniformDataBuf"}

Definition at line 63 of file eevee_instance.hh.

Referenced by bind_resources(), and push_update().


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