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 recordRepresents a pointer to / an array ofVkStridedDeviceAddressNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkStridedDeviceAddressNVModifier and TypeMethodDescriptionstatic VkStridedDeviceAddressNV@NotNull VkStridedDeviceAddressNVVkBuildPartitionedAccelerationStructureIndirectCommandNV.argData()@NotNull VkStridedDeviceAddressNVVkStridedDeviceAddressNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkStridedDeviceAddressNVVkStridedDeviceAddressNV.clone(Arena arena, VkStridedDeviceAddressNV src) VkStridedDeviceAddressNV.startAddress(long value) VkStridedDeviceAddressNV.strideInBytes(long value) VkStridedDeviceAddressNV.Ptr.toArray()@NotNull VkStridedDeviceAddressNVVkClusterAccelerationStructureInstantiateClusterInfoNV.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 VkStridedDeviceAddressNVVkStridedDeviceAddressNV.clone(Arena arena, VkStridedDeviceAddressNV src) VkClusterAccelerationStructureInstantiateClusterInfoNV.vertexBuffer(@NotNull VkStridedDeviceAddressNV value) voidVkStridedDeviceAddressNV.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)