X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=client.h;h=b26d51985f27435f275bfdf1f1a86d797ac9f19f;hp=3df39a7eeee2a53d40dabb3dfd1a3cdd16ac19cf;hb=f575e5ad7f9eab64e89b714e75ff5dd92e49f373;hpb=6d55999e421d3d1ec73c3f056c3198258ef0deaf;ds=sidebyside diff --git a/client.h b/client.h index 3df39a7e..b26d5198 100644 --- a/client.h +++ b/client.h @@ -1573,9 +1573,12 @@ typedef struct r_refdef_stats_s int lights_lighttriangles; int lights_shadowtriangles; int lights_dynamicshadowtriangles; - int lights_bouncelightscounted; - int lights_bouncelightsdrawn; - int lights_bouncelightsupdated; + int bouncegrid_lights; + int bouncegrid_particles; + int bouncegrid_traces; + int bouncegrid_hits; + int bouncegrid_splats; + int bouncegrid_bounces; int bloom; int bloom_copypixels; int bloom_drawpixels;