radv: Use vk_acceleration_structure

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21047>
This commit is contained in:
Konstantin Seurer
2023-02-01 11:01:52 +01:00
committed by Marge Bot
parent eb33a1adb0
commit 4d2a7ea146
10 changed files with 59 additions and 155 deletions

View File

@@ -21,9 +21,9 @@
* IN THE SOFTWARE.
*/
#include "radv_debug.h"
#include "radv_rt_common.h"
#include "radv_acceleration_structure.h"
#include "bvh/bvh.h"
#include "radv_debug.h"
#ifdef LLVM_AVAILABLE
#include <llvm/Config/llvm-config.h>