mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 06:28:00 +01:00
vrclient: Use Vulkan unwrappers in IVRSystem::GetOutputDevice
This commit is contained in:
parent
f386e16db8
commit
5aa155edb2
4 changed files with 55 additions and 3 deletions
|
|
@ -48,6 +48,14 @@ void get_dxgi_output_info(void *cpp_func, void *linux_side,
|
|||
int32_t *adapter_idx, unsigned int version);
|
||||
void get_dxgi_output_info2(void *cpp_func, void *linux_side,
|
||||
int32_t *adapter_idx, int32_t *output_idx, unsigned int version);
|
||||
void ivrsystem_016_get_output_device(
|
||||
void (*cpp_func)(void *, uint64_t *, ETextureType),
|
||||
void *linux_side, uint64_t *out_device, ETextureType type,
|
||||
unsigned int version);
|
||||
void ivrsystem_get_output_device(
|
||||
void (*cpp_func)(void *, uint64_t *, ETextureType, VkInstance_T *),
|
||||
void *linux_side, uint64_t *out_device, ETextureType type,
|
||||
VkInstance_T *wrapped_instance, unsigned int version);
|
||||
|
||||
void ivrcompositor_005_submit(
|
||||
void (*cpp_func)(void *, Hmd_Eye, void *, Compositor_TextureBounds *),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue