Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryWin32HandlePropertiesKHR
Packages that use VkMemoryWin32HandlePropertiesKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMemoryWin32HandlePropertiesKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryWin32HandlePropertiesKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.getMemoryWin32HandlePropertiesKHR
(VkDevice device, int handleType, @NotNull MemorySegment handle, VkMemoryWin32HandlePropertiesKHR pMemoryWin32HandleProperties) -
Uses of VkMemoryWin32HandlePropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryWin32HandlePropertiesKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryWin32HandlePropertiesKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryWin32HandlePropertiesKHRModifier and TypeMethodDescription@NotNull VkMemoryWin32HandlePropertiesKHR
VkMemoryWin32HandlePropertiesKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkMemoryWin32HandlePropertiesKHR.clone
(Arena arena, VkMemoryWin32HandlePropertiesKHR src) VkMemoryWin32HandlePropertiesKHR.memoryTypeBits
(int value) VkMemoryWin32HandlePropertiesKHR.pNext
(@NotNull MemorySegment value) VkMemoryWin32HandlePropertiesKHR.sType
(int value) VkMemoryWin32HandlePropertiesKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryWin32HandlePropertiesKHRModifier and TypeMethodDescription@NotNull Iterator
<VkMemoryWin32HandlePropertiesKHR> VkMemoryWin32HandlePropertiesKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryWin32HandlePropertiesKHRModifier and TypeMethodDescriptionVkMemoryWin32HandlePropertiesKHR.clone
(Arena arena, VkMemoryWin32HandlePropertiesKHR src) void
VkMemoryWin32HandlePropertiesKHR.Ptr.write
(long index, @NotNull VkMemoryWin32HandlePropertiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryWin32HandlePropertiesKHRModifier and TypeMethodDescriptionVkMemoryWin32HandlePropertiesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryWin32HandlePropertiesKHR> consumer)