Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceOrHostAddressKHR
Packages that use VkDeviceOrHostAddressKHR
-
Uses of VkDeviceOrHostAddressKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceOrHostAddressKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDeviceOrHostAddressKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceOrHostAddressKHRModifier and TypeMethodDescriptionstatic VkDeviceOrHostAddressKHR@NotNull VkDeviceOrHostAddressKHRVkDeviceOrHostAddressKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceOrHostAddressKHRVkDeviceOrHostAddressKHR.clone(Arena arena, VkDeviceOrHostAddressKHR src) VkDeviceOrHostAddressKHR.deviceAddress(long value) @NotNull VkDeviceOrHostAddressKHRVkCopyAccelerationStructureToMemoryInfoKHR.dst()@NotNull VkDeviceOrHostAddressKHRVkCopyMicromapToMemoryInfoEXT.dst()@NotNull VkDeviceOrHostAddressKHRVkConvertCooperativeVectorMatrixInfoNV.dstData()VkDeviceOrHostAddressKHR.hostAddress(@Nullable IPointer pointer) VkDeviceOrHostAddressKHR.hostAddress(@NotNull MemorySegment value) @NotNull VkDeviceOrHostAddressKHRVkAccelerationStructureBuildGeometryInfoKHR.scratchData()@NotNull VkDeviceOrHostAddressKHRVkMicromapBuildInfoEXT.scratchData()VkDeviceOrHostAddressKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceOrHostAddressKHRModifier and TypeMethodDescription@NotNull Iterator<VkDeviceOrHostAddressKHR> VkDeviceOrHostAddressKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceOrHostAddressKHRModifier and TypeMethodDescriptionstatic VkDeviceOrHostAddressKHRVkDeviceOrHostAddressKHR.clone(Arena arena, VkDeviceOrHostAddressKHR src) VkCopyAccelerationStructureToMemoryInfoKHR.dst(@NotNull VkDeviceOrHostAddressKHR value) VkCopyMicromapToMemoryInfoEXT.dst(@NotNull VkDeviceOrHostAddressKHR value) VkConvertCooperativeVectorMatrixInfoNV.dstData(@NotNull VkDeviceOrHostAddressKHR value) VkAccelerationStructureBuildGeometryInfoKHR.scratchData(@NotNull VkDeviceOrHostAddressKHR value) VkMicromapBuildInfoEXT.scratchData(@NotNull VkDeviceOrHostAddressKHR value) voidVkDeviceOrHostAddressKHR.Ptr.write(long index, @NotNull VkDeviceOrHostAddressKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceOrHostAddressKHRModifier and TypeMethodDescriptionVkDeviceOrHostAddressKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceOrHostAddressKHR> consumer) VkCopyAccelerationStructureToMemoryInfoKHR.dst(Consumer<@NotNull VkDeviceOrHostAddressKHR> consumer) VkCopyMicromapToMemoryInfoEXT.dst(Consumer<@NotNull VkDeviceOrHostAddressKHR> consumer) VkConvertCooperativeVectorMatrixInfoNV.dstData(Consumer<@NotNull VkDeviceOrHostAddressKHR> consumer) VkAccelerationStructureBuildGeometryInfoKHR.scratchData(Consumer<@NotNull VkDeviceOrHostAddressKHR> consumer) VkMicromapBuildInfoEXT.scratchData(Consumer<@NotNull VkDeviceOrHostAddressKHR> consumer)