From 6f7215ad26e956c2964f9ce6fd3a12666f4e09ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 9 Apr 2015 19:31:37 -0700 Subject: [PATCH] Updated README. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6725594..bd1c40b1 100644 --- a/README.md +++ b/README.md @@ -189,12 +189,14 @@ Shadow volumes. #### 60Hz Draw stress is CPU stress test to show what is the maximimum number of draw -calls while maintaining 60Hz frame rate. bgfx currently has limit of maximum 64K -draw calls per frame. +calls while maintaining 60Hz frame rate. bgfx currently has default limit of 64K +draw calls per frame. You can increase this limit by changing +`BGFX_CONFIG_MAX_DRAW_CALLS`. | CPU | Renderer | GPU |Compiler| Arch | OS | Dim | Calls | |:-------------|:-------------|:----------|:------:|:----:|:----------:|----:|------:| -| i7-4790K 4.0 | DX9 | GTX970 | VS2013 | x64 | Windows10 | 40 | 64000+| +| i7-4790K 4.0 | GL2.1 | GTX970 | VS2015 | x64 | Windows10 | 47 |103823 | +| i7-4790K 4.0 | DX9 | GTX970 | VS2013 | x64 | Windows10 | 40 | 64000 | | i5-3570 3.8 | NV 331.49 | GTX560Ti | GCC | x64 | Linux | 40 | 64000+| | i7-920 2.66 | GL2.1 | GTX650Ti | VS2008 | x64 | Windows7 | 38 | 54872 | | i7-920 2.66 | GL2.1 | GTX650Ti | VS2008 | x86 | Windows7 | 38 | 54872 |