Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryGetWin32HandleInfoKHR
Packages that use VkMemoryGetWin32HandleInfoKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkMemoryGetWin32HandleInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryGetWin32HandleInfoKHRModifier and TypeMethodDescriptionintVkDeviceCommands.getMemoryWin32HandleKHR(VkDevice device, VkMemoryGetWin32HandleInfoKHR pGetWin32HandleInfo, PointerPtr pHandle) -
Uses of VkMemoryGetWin32HandleInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryGetWin32HandleInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMemoryGetWin32HandleInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryGetWin32HandleInfoKHRModifier and TypeMethodDescription@NotNull VkMemoryGetWin32HandleInfoKHRVkMemoryGetWin32HandleInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkMemoryGetWin32HandleInfoKHR.clone(Arena arena, VkMemoryGetWin32HandleInfoKHR src) VkMemoryGetWin32HandleInfoKHR.handleType(int value) VkMemoryGetWin32HandleInfoKHR.memory(@Nullable VkDeviceMemory value) VkMemoryGetWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkMemoryGetWin32HandleInfoKHR.sType(int value) VkMemoryGetWin32HandleInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryGetWin32HandleInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkMemoryGetWin32HandleInfoKHR> VkMemoryGetWin32HandleInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryGetWin32HandleInfoKHRModifier and TypeMethodDescriptionVkMemoryGetWin32HandleInfoKHR.clone(Arena arena, VkMemoryGetWin32HandleInfoKHR src) voidVkMemoryGetWin32HandleInfoKHR.Ptr.write(long index, @NotNull VkMemoryGetWin32HandleInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryGetWin32HandleInfoKHRModifier and TypeMethodDescriptionVkMemoryGetWin32HandleInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryGetWin32HandleInfoKHR> consumer)