Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
prism/engine/gfx
Joshua Goins 3229c4fa2c Another big WebGPU compatibility patch
All specialization constants are removed (they cause trouble in
WebGPU, since they don't support array sizing, and it was a pain
in Metal anyway) - they are now macro defined. WebGPU now runs, although
push constant emulation is not implemented yet.
2022-03-07 00:33:44 -05:00
..
dummy Support GFX dummy a little better 2022-02-21 12:09:14 -05:00
dx12 Appease MSVC 2022-03-04 19:17:07 -05:00
metal Fix metal not getting drawable correctly 2022-02-21 12:07:16 -05:00
public Start to separate combined image samplers 2022-03-06 22:45:08 -05:00
vulkan Start to separate combined image samplers 2022-03-06 22:45:08 -05:00
webgpu Another big WebGPU compatibility patch 2022-03-07 00:33:44 -05:00
CMakeLists.txt Fill out DX12 backend 2022-02-21 15:40:27 -05:00