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