Diligent Engine
 
Loading...
Searching...
No Matches
Diligent.RenderPassUnpackInfo Struct Reference

Render pass unpack parameters. More...

#include <Dearchiver.h>

Public Attributes

const Char * Name = nullptr
 Name of the render pass to unpack.
 
void(* ModifyRenderPassDesc )(RenderPassDesc &Desc, void *pUserData) = nullptr
 
void * pUserData = nullptr
 A pointer to the user data to pass to the ModifyRenderPassDesc function.
 

Detailed Description

Render pass unpack parameters.

Member Data Documentation

◆ ModifyRenderPassDesc

void(* Diligent.RenderPassUnpackInfo.ModifyRenderPassDesc) (RenderPassDesc &Desc, void *pUserData) = nullptr

An optional function to be called by the dearchiver to let the application modify the render pass description.