aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorHugues Evrard <hevrard@users.noreply.github.com>2019-03-08 16:28:07 +0100
committerdan sinclair <dj2@everburning.com>2019-03-08 10:28:07 -0500
commit5bd86e6705c3d91247fbca5c447dc7a6ef054aed (patch)
tree224ab7504d3472f4b019bdc2584c87055e6a38c5 /third_party
parentd9e823e5ab380fcf417452581721ad9c3bdcf60b (diff)
downloadamber-5bd86e6705c3d91247fbca5c447dc7a6ef054aed.tar.gz
Add Delegate and --log-graphics-calls flag (#334)
This adds a Delegate which enables users of the amber library to define some hook functions as they like. The first usage here is a Delegate::Log() function to log graphics API calls. In practice, a pointer to the delegate object is passed at engine creation and the Vulkan engine eventually pass it to LoadVulkanPointers() which calls the functions produced by update_vk_wrappers.py. This enable to choose, when loading the Vulkan functions, whether to load a straighforward wrapper to the API command, or to load a lambda that surround the API command with calls to the delegate methods. The --log-graphics-calls flag in the samples sets the delegate to produce a log of API calls.
Diffstat (limited to 'third_party')
0 files changed, 0 insertions, 0 deletions