|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Data Fields | |
| int | last_pipeline_idx |
| SDL_GPUTexture * | last_texture |
| SDL_GPUSampler * | last_sampler |
Definition at line 336 of file backend_sdl3gpu.c.
| int graphics_replay_state::last_pipeline_idx |
Definition at line 337 of file backend_sdl3gpu.c.
Referenced by draw_batch_record(), and reset_replay_state().
| SDL_GPUSampler* graphics_replay_state::last_sampler |
Definition at line 339 of file backend_sdl3gpu.c.
Referenced by draw_batch_record(), and reset_replay_state().
| SDL_GPUTexture* graphics_replay_state::last_texture |
Definition at line 338 of file backend_sdl3gpu.c.
Referenced by draw_batch_record(), and reset_replay_state().