diff options
author | chai <chaifix@163.com> | 2018-11-01 07:14:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-01 07:14:51 +0800 |
commit | dde69cd088da0ae6f4a386ef952c3d8775bd6298 (patch) | |
tree | 7d5bf8c21704476eb8d03529a5907102e95392f7 /src/libjin/Graphics/je_graphics.h | |
parent | c734eb129d24a5ed6dcad8fa8fd1bdb3352f1257 (diff) |
*修改多线程目录
Diffstat (limited to 'src/libjin/Graphics/je_graphics.h')
-rw-r--r-- | src/libjin/Graphics/je_graphics.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libjin/Graphics/je_graphics.h b/src/libjin/Graphics/je_graphics.h index 46d2a23..d9e0c0a 100644 --- a/src/libjin/Graphics/je_graphics.h +++ b/src/libjin/Graphics/je_graphics.h @@ -19,5 +19,19 @@ #include "particles/je_particle_system.h" + +//struct Stats +//{ +// int drawCalls; +// int drawCallsBatched; +// int canvasSwitches; +// int shaderSwitches; +// int canvases; +// int images; +// int fonts; +// int64 textureMemory; +//}; + + #endif // defined(jin_graphics) #endif // __JE_GRAPHICS_H__
\ No newline at end of file |