Fix rayquery demo to not require full raytracing support.
This commit is contained in:
parent
2c8b29b39c
commit
488aa9c220
3 changed files with 5 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ public:
|
|||
VkStridedDeviceAddressRegionKHR stridedDeviceAddressRegion{};
|
||||
};
|
||||
|
||||
void enableExtensions();
|
||||
void enableExtensions(bool rayqueryOnly = false);
|
||||
ScratchBuffer createScratchBuffer(VkDeviceSize size);
|
||||
void deleteScratchBuffer(ScratchBuffer& scratchBuffer);
|
||||
void createAccelerationStructure(AccelerationStructure& accelerationStructure, VkAccelerationStructureTypeKHR type, VkAccelerationStructureBuildSizesInfoKHR buildSizeInfo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue