Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Include/Extensions/NRIWrapperVK.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#define NRI_WRAPPER_VK_H 1

#include "NRIDeviceCreation.h"
#include "NRIRayTracing.h"

typedef void* VKHandle;
typedef int32_t VKEnum;
Expand All @@ -15,8 +16,6 @@ typedef uint64_t VKNonDispatchableHandle;

NriNamespaceBegin

NriForwardStruct(AccelerationStructure);

// A collection of queues of the same type
NriStruct(QueueFamilyVKDesc) {
uint32_t queueNum;
Expand Down