Uses of Record Class
club.doki7.vulkan.datatype.VkExportFenceWin32HandleInfoKHR
Packages that use VkExportFenceWin32HandleInfoKHR
-
Uses of VkExportFenceWin32HandleInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkExportFenceWin32HandleInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkExportFenceWin32HandleInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExportFenceWin32HandleInfoKHRModifier and TypeMethodDescription@NotNull VkExportFenceWin32HandleInfoKHRVkExportFenceWin32HandleInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkExportFenceWin32HandleInfoKHR.clone(Arena arena, VkExportFenceWin32HandleInfoKHR src) VkExportFenceWin32HandleInfoKHR.dwAccess(int value) VkExportFenceWin32HandleInfoKHR.pAttributes(@Nullable IPointer pointer) VkExportFenceWin32HandleInfoKHR.pAttributes(@NotNull MemorySegment value) VkExportFenceWin32HandleInfoKHR.pNext(@NotNull MemorySegment value) VkExportFenceWin32HandleInfoKHR.sType(int value) VkExportFenceWin32HandleInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkExportFenceWin32HandleInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkExportFenceWin32HandleInfoKHR> VkExportFenceWin32HandleInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkExportFenceWin32HandleInfoKHRModifier and TypeMethodDescriptionVkExportFenceWin32HandleInfoKHR.clone(Arena arena, VkExportFenceWin32HandleInfoKHR src) voidVkExportFenceWin32HandleInfoKHR.Ptr.write(long index, @NotNull VkExportFenceWin32HandleInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExportFenceWin32HandleInfoKHRModifier and TypeMethodDescriptionVkExportFenceWin32HandleInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkExportFenceWin32HandleInfoKHR> consumer)