summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine/interface/Fence.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright noticeassiduous2021-01-011-1/+1
* Added API function call type specification to fix c/c++ mismatch on x86 MSVCassiduous2020-01-291-1/+1
* Reworked C interface to optimize inheritance handlingassiduous2020-01-291-9/+3
* Reworked interface definitions to use DILIGENT_BEGIN_INTERFACE/DILIGENT_END_I...assiduous2020-01-281-6/+2
* Reworked C inteface method calls to use CALL_IFACE_METHOD macroassiduous2020-01-281-2/+2
* Guarded interface definitions by define-undef macro helper include pairs to a...assiduous2020-01-271-7/+4
* Reworked C interfaces to share declaration with c++assiduous2020-01-271-20/+20
* Fixed fence C inteface; added test.assiduous2020-01-271-2/+2
* Fixed Render device, query, PSO and fence C interfaces; added render device C...assiduous2020-01-261-8/+21
* c inteface: implemented core object VTBLsassiduous2020-01-251-3/+20
* Reworked main headers to be compatible with cassiduous2020-01-251-6/+13
* Added query interface; implemented queries in D3D11 and D3D12assiduous2020-01-031-1/+1
* Updated coyright noticeassiduous2020-01-011-7/+11
* clang-formatted GraphicsEngine projectEgor Yusov2019-11-231-6/+5
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Fixed issue with FenceVkImpl not waiting for Vulkan fences to signal when bei...Egor Yusov2019-04-161-1/+4
* Added comments about Fence thread safety; minor code improvementsEgor Yusov2019-04-141-0/+4
* Fixed clang compiler warningsEgor Yusov2019-03-061-1/+1
* Minor interface improvementEgor Yusov2019-03-041-1/+1
* Cleaned up QueryInterface declarationsEgor Yusov2019-03-031-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Added fence object stubs + code formattingEgor Yusov2018-07-201-0/+63