Commit Graph

75 Commits

Author SHA1 Message Date
Sandy
c7950c6db3 view stats: Make CPU and GPU timestamps available (#1921)
* view stats: Make GPU begin and end times available

* view stats: Make CPU start and end times available

* view stats: Remove redundant `gpuTimeElapsed`

Value can be derived by `gpuTimeEnd - gpuTimeBegin`

* view stats: Remove redundant `cpuTimeElapsed`

Value can be derived by `cpuTimeEnd - cpuTimeBegin`
2019-10-31 07:30:35 -07:00
Бранимир Караџић
e16cf7bb06 Cleanup. 2019-10-25 20:34:33 -07:00
Бранимир Караџић
bd9600e167 Fixed IDL. 2019-10-25 20:13:21 -07:00
Cedric Guillemet
6a883a33fd Front facing (#1904)
* Added BGFX_STATE_FRONT_CCW to defines.h and implemented initial usage only in renderer_d3d11.cpp.

* set front facing for d3d12, gl metal and vulkan

* front facing method Metal

* tabs

* removed tab
idl updated
2019-10-25 20:07:05 -07:00
Бранимир Караџић
b079e67426 Cleanup. 2019-08-17 21:35:20 -07:00
Бранимир Караџић
79dc0a3a0d Cleanup. 2019-08-17 12:38:23 -07:00
Leandro Freire
1db46f4fe6 Rename variables and constants 2019-08-17 12:32:16 -07:00
Leandro Freire
855623e153 Rename VertexDecl to VertexLayout 2019-08-13 18:42:01 -07:00
Бранимир Караџић
d5fcbf98cf Updated IDL. 2019-07-14 21:19:46 -07:00
Бранимир Караџић
6b32a32bb2 IDL C#: Added flag comments. 2019-07-14 18:23:57 -07:00
Бранимир Караџић
541a379722 IDL C#: Added enum comments. 2019-07-11 21:31:18 -07:00
Бранимир Караџић
ceba5d8b24 Cleanup. 2019-07-06 11:53:04 -07:00
Бранимир Караџић
a1cdb91758 IDL now generates defines.h 2019-05-23 20:31:36 -07:00
Бранимир Караџић
3f4c6d35cf Updated IDL scripts. 2019-05-23 08:15:14 -07:00
Бранимир Караџић
10e8a15ba1 Added API for aliasing vertex buffer with different vertex declaration. 2019-04-06 19:26:35 -07:00
Бранимир Караџић
0af6d02fcd Updated docs. 2019-03-20 16:47:41 -07:00
Бранимир Караџић
28e8b8da04 Updated docs. 2019-03-17 09:38:07 -07:00
Бранимир Караџић
9f7c3281e1 Added NVN stub. 2019-03-12 17:01:02 -07:00
Бранимир Караџић
8cc0b10719 Updated IDL. 2019-03-12 10:57:03 -07:00
Бранимир Караџић
9a3e653efe Updated IDL. 2019-03-09 23:21:50 -08:00
Бранимир Караџић
008a5cdf7e Updated IDL. 2019-03-09 22:51:12 -08:00
Cloud Wu
309edd2adf Update IDL code generator 2019-03-10 14:40:43 +08:00
Branimir Karadžić
0ccb1a9fed Fixed IDL. 2019-03-05 20:22:14 -08:00
Бранимир Караџић
a283e875e7 IDL: Put back old pre-encoder API to C99. 2019-02-27 11:47:11 -08:00
Cloud Wu
e9cd8b5532 Add idl codegen 2019-02-27 18:04:27 +08:00