mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 16:03:52 +00:00
Expose wrapper backend mode in runtime diagnostics
This commit is contained in:
parent
ea2d452f4b
commit
45c2ed7a64
5 changed files with 39 additions and 1 deletions
|
|
@ -80,6 +80,7 @@ enum {
|
|||
|
||||
uint32_t wowee_fsr3_wrapper_get_abi_version(void);
|
||||
const char* wowee_fsr3_wrapper_get_name(void);
|
||||
const char* wowee_fsr3_wrapper_get_backend(WoweeFsr3WrapperContext context);
|
||||
int32_t wowee_fsr3_wrapper_initialize(const WoweeFsr3WrapperInitDesc* initDesc,
|
||||
WoweeFsr3WrapperContext* outContext,
|
||||
char* outErrorText,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue