Closed zakorgy closed 4 years ago
reset_program_buffer_offsets causes a serious throw-back in performance if the DebugRenderer is turned on in Gecko. Instead of iterating trough the programs we do the reset in the program itself if needed (the program has a debug shader).
reset_program_buffer_offsets
DebugRenderer
This change is
reset_program_buffer_offsets
causes a serious throw-back in performance if theDebugRenderer
is turned on in Gecko. Instead of iterating trough the programs we do the reset in the program itself if needed (the program has a debug shader).This change is