Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: add a Vulkan profile json file exposing Vulkan requeriments for various extensions.. #683

Open
oscarbg opened this issue Mar 24, 2024 · 1 comment

Comments

@oscarbg
Copy link

oscarbg commented Mar 24, 2024

Hi,
all other Vulkan layering projects like DXVK VKD3D and Zink have it..
make easing checking a driver against some profiles defined in the schema for missing features easily..
for example VKD3D defines: VP_D3D12_FL_11_0_baseline, VP_D3D12_FL_12_0_optimal, etc..

VKD3D:

https://github.com/HansKristian-Work/vkd3d-proton/blob/master/VP_D3D12_VKD3D_PROTON_profile.json
DXVK:
https://github.com/doitsujin/dxvk/blob/master/VP_DXVK_requirements.json
Zink:
https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/gallium/drivers/zink/VP_ZINK_requirements.json

so wishing having one for clvk..
thanks..

@kpet
Copy link
Owner

kpet commented Apr 7, 2024

That's something I've had at the back of my mind for a while. I agree we should absolutely do it. Thanks for creating this issue and for the links!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants