Uses of Record Class
club.doki7.vulkan.datatype.VkStridedDeviceAddressNV
Packages that use VkStridedDeviceAddressNV
-
Uses of VkStridedDeviceAddressNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkStridedDeviceAddressNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkStridedDeviceAddressNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkStridedDeviceAddressNVModifier and TypeMethodDescriptionstatic VkStridedDeviceAddressNV
@NotNull VkStridedDeviceAddressNV
VkBuildPartitionedAccelerationStructureIndirectCommandNV.argData()
@NotNull VkStridedDeviceAddressNV
VkStridedDeviceAddressNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkStridedDeviceAddressNV
VkStridedDeviceAddressNV.clone
(Arena arena, VkStridedDeviceAddressNV src) VkStridedDeviceAddressNV.startAddress
(long value) VkStridedDeviceAddressNV.strideInBytes
(long value) VkStridedDeviceAddressNV.Ptr.toArray()
@NotNull VkStridedDeviceAddressNV
VkClusterAccelerationStructureInstantiateClusterInfoNV.vertexBuffer()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkStridedDeviceAddressNVModifier and TypeMethodDescription@NotNull Iterator
<VkStridedDeviceAddressNV> VkStridedDeviceAddressNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkStridedDeviceAddressNVModifier and TypeMethodDescriptionVkBuildPartitionedAccelerationStructureIndirectCommandNV.argData
(@NotNull VkStridedDeviceAddressNV value) static VkStridedDeviceAddressNV
VkStridedDeviceAddressNV.clone
(Arena arena, VkStridedDeviceAddressNV src) VkClusterAccelerationStructureInstantiateClusterInfoNV.vertexBuffer
(@NotNull VkStridedDeviceAddressNV value) void
VkStridedDeviceAddressNV.Ptr.write
(long index, @NotNull VkStridedDeviceAddressNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkStridedDeviceAddressNVModifier and TypeMethodDescriptionVkBuildPartitionedAccelerationStructureIndirectCommandNV.argData
(Consumer<@NotNull VkStridedDeviceAddressNV> consumer) VkStridedDeviceAddressNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkStridedDeviceAddressNV> consumer) VkClusterAccelerationStructureInstantiateClusterInfoNV.vertexBuffer
(Consumer<@NotNull VkStridedDeviceAddressNV> consumer)