VirtualBox

Changeset 93356 in vbox


Ignore:
Timestamp:
Jan 20, 2022 10:53:26 AM (3 years ago)
Author:
vboxsync
Message:

libs/Makefile.kmk: Add dxvk-native, enable with VBOX_WITH_DXVK=1, bugref:10013

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/Makefile.kmk

    r93115 r93356  
    118118endif
    119119
     120# dxvk-native for supporting DirectX over Vulkan on platforms other than Windows.
     121if defined(VBOX_WITH_DXVK) \
     122 && !defined(VBOX_ONLY_DOCS) \
     123 && !defined(VBOX_ONLY_ADDITIONS) \
     124 && !defined(VBOX_ONLY_SDK) \
     125 && !defined(VBOX_ONLY_VALIDATIONKIT) \
     126 && !defined(VBOX_ONLY_EXTPACKS) \
     127 && ("$(SDK_VBOX_DXVK_INCS)" == "$(SDK_VBOX_DXVK_DEFAULT_INCS)")
     128  include $(PATH_SUB_CURRENT)/dxvk-native-1.9.2a/Makefile.kmk
     129endif
     130
    120131include $(FILE_KBUILD_SUB_FOOTER)
    121132
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette