mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Updated README.
This commit is contained in:
parent
905d258e9f
commit
2b2c7857e8
2 changed files with 12 additions and 11 deletions
|
@ -173,6 +173,7 @@ draw calls per frame.
|
||||||
| i5-2450M 2.5 | Mesa 10.2.0 | HD3000 | GCC | x64 | Linux | 19 | 6859 |
|
| i5-2450M 2.5 | Mesa 10.2.0 | HD3000 | GCC | x64 | Linux | 19 | 6859 |
|
||||||
| i7-920 2.66 | ES2-PowerVR | GTX650Ti | VS2008 | x86 | Windows7 | 18 | 5832 |
|
| i7-920 2.66 | ES2-PowerVR | GTX650Ti | VS2008 | x86 | Windows7 | 18 | 5832 |
|
||||||
| i7-920 2.66 | FF27-GL | GTX650Ti | Clang | JIT | W7-asm.js | 17 | 4913 |
|
| i7-920 2.66 | FF27-GL | GTX650Ti | Clang | JIT | W7-asm.js | 17 | 4913 |
|
||||||
|
| i7-4750HQ 2.0| Mesa 8.0.5 | LLVMPIPE | GCC | x64 | Linux | 16 | 4096 |
|
||||||
| i7-920 2.66 | ES2-Qualcomm | GTX650Ti | VS2008 | x86 | Windows7 | 15 | 3375 |
|
| i7-920 2.66 | ES2-Qualcomm | GTX650Ti | VS2008 | x86 | Windows7 | 15 | 3375 |
|
||||||
| i7-920 2.66 | ES2 | GTX650Ti | GCC | x64 | NaCl 31 | 15 | 3375 |
|
| i7-920 2.66 | ES2 | GTX650Ti | GCC | x64 | NaCl 31 | 15 | 3375 |
|
||||||
| i7-920 2.66 | ES2 | GTX650Ti | Clang | JIT | PNaCl 31 | 15 | 3375 |
|
| i7-920 2.66 | ES2 | GTX650Ti | Clang | JIT | PNaCl 31 | 15 | 3375 |
|
||||||
|
|
|
@ -1780,17 +1780,17 @@ struct Imgui
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
///
|
/*
|
||||||
/// bb (black)
|
* bb (black)
|
||||||
/// /\
|
* /\
|
||||||
/// / \
|
* / \
|
||||||
/// / \
|
* / \
|
||||||
/// / \
|
* / \
|
||||||
/// / \
|
* / \
|
||||||
/// / .sel \
|
* / .sel \
|
||||||
/// / \
|
* / \
|
||||||
/// cc(white)/____.ss_______\aa (hue)
|
* cc(white)/____.ss_______\aa (hue)
|
||||||
///
|
*/
|
||||||
const float ss[2] =
|
const float ss[2] =
|
||||||
{
|
{
|
||||||
cc[0] + dirCa[0]*lenCa*hsv[1],
|
cc[0] + dirCa[0]*lenCa*hsv[1],
|
||||||
|
|
Loading…
Reference in a new issue