nicegraf
ngf_renderdoc_info Struct Reference

Data Fields

const char * renderdoc_lib_path
 
const char * renderdoc_destination_template
 

Detailed Description

Information for initializing the RenderDoc API.

Field Documentation

◆ renderdoc_destination_template

const char* ngf_renderdoc_info::renderdoc_destination_template

Template for how RenderDoc captures are saved. If template is "example/capture", captures will be saved as "example/capture_1234.rdc".

◆ renderdoc_lib_path

const char* ngf_renderdoc_info::renderdoc_lib_path

Relaitve (to process) or absolute path to RenderDoc library. If this string is NULL, RenderDoc will not be initialized.