Uses of Interface
club.doki7.vulkan.datatype.IVkBindAccelerationStructureMemoryInfoNV
Packages that use IVkBindAccelerationStructureMemoryInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkBindAccelerationStructureMemoryInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkBindAccelerationStructureMemoryInfoNVModifier and TypeMethodDescriptionint
VkDeviceCommands.bindAccelerationStructureMemoryNV
(VkDevice device, int bindInfoCount, IVkBindAccelerationStructureMemoryInfoNV pBindInfos) -
Uses of IVkBindAccelerationStructureMemoryInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkBindAccelerationStructureMemoryInfoNVModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkBindAccelerationStructureMemoryInfoNV
structure in native memory.static final record
Represents a pointer to / an array ofVkBindAccelerationStructureMemoryInfoNV
structure(s) in native memory.