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. | |
Render pass unpack parameters.
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.