mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 05:52:11 +01:00
[hud] Added some missing documentation
This commit is contained in:
parent
832b3a9dba
commit
04bc13929f
@ -36,8 +36,21 @@ namespace dxvk::hud {
|
|||||||
|
|
||||||
~Hud();
|
~Hud();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \brief Update HUD
|
||||||
|
*
|
||||||
|
* Updates the data to display.
|
||||||
|
* Should be called once per frame.
|
||||||
|
*/
|
||||||
void update();
|
void update();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \brief Render HUD
|
||||||
|
*
|
||||||
|
* Renders the HUD to the given context.
|
||||||
|
* \param [in] ctx Device context
|
||||||
|
* \param [in] surfaceSize Image size, in pixels
|
||||||
|
*/
|
||||||
void render(
|
void render(
|
||||||
const Rc<DxvkContext>& ctx,
|
const Rc<DxvkContext>& ctx,
|
||||||
VkExtent2D surfaceSize);
|
VkExtent2D surfaceSize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user