|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Data Fields | |
| uint32_t | draw_count |
| uint32_t | clear_count |
| uint32_t | pipeline_bind_count |
| uint32_t | sampler_bind_count |
Definition at line 329 of file backend_sdl3gpu.c.
| uint32_t graphics_replay_stats::clear_count |
Definition at line 331 of file backend_sdl3gpu.c.
Referenced by end_frame(), and replay_batch_records().
| uint32_t graphics_replay_stats::draw_count |
Definition at line 330 of file backend_sdl3gpu.c.
Referenced by draw_batch_record(), and end_frame().
| uint32_t graphics_replay_stats::pipeline_bind_count |
Definition at line 332 of file backend_sdl3gpu.c.
Referenced by draw_batch_record(), and end_frame().
| uint32_t graphics_replay_stats::sampler_bind_count |
Definition at line 333 of file backend_sdl3gpu.c.
Referenced by draw_batch_record(), and end_frame().