Class VKBottomLevelAS
Vulkan Bottom Level Acceleration Structure implementation.
Implements
Inherited Members
Namespace: Evergine.Vulkan
Assembly: Evergine.Vulkan.dll
Syntax
public class VKBottomLevelAS : BottomLevelAS, IDisposable
Constructors
VKBottomLevelAS(VKGraphicsContext, VkCommandBuffer, ref BottomLevelASDescription)
Initializes a new instance of the VKBottom
Declaration
public VKBottomLevelAS(VKGraphicsContext context, VkCommandBuffer commandBuffer, ref BottomLevelASDescription description)
Parameters
Type | Name | Description |
---|---|---|
VKGraphics |
context | Graphics Context. |
Vk |
commandBuffer | Command buffer. |
Bottom |
description | Bottom Level Description. |
Fields
BottomLevelAS
The bottom level acceleration structure instance.
Declaration
public VkAccelerationStructureKHR BottomLevelAS
Field Value
Type | Description |
---|---|
Vk |
Properties
NativePointer
Gets the native pointer.
Declaration
public override IntPtr NativePointer { get; }
Property Value
Type | Description |
---|---|
Int |
Overrides
Methods
Dispose()
Dispose this instance.
Declaration
public override void Dispose()