Uses of Record Class
club.doki7.vulkan.datatype.VkBindImageMemoryDeviceGroupInfo
Packages that use VkBindImageMemoryDeviceGroupInfo
-
Uses of VkBindImageMemoryDeviceGroupInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBindImageMemoryDeviceGroupInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkBindImageMemoryDeviceGroupInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBindImageMemoryDeviceGroupInfoModifier and TypeMethodDescription@NotNull VkBindImageMemoryDeviceGroupInfoVkBindImageMemoryDeviceGroupInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkBindImageMemoryDeviceGroupInfo.clone(Arena arena, VkBindImageMemoryDeviceGroupInfo src) VkBindImageMemoryDeviceGroupInfo.deviceIndexCount(int value) VkBindImageMemoryDeviceGroupInfo.pDeviceIndices(@Nullable IntPtr value) VkBindImageMemoryDeviceGroupInfo.pNext(@NotNull MemorySegment value) VkBindImageMemoryDeviceGroupInfo.pSplitInstanceBindRegions(@Nullable IVkRect2D value) VkBindImageMemoryDeviceGroupInfo.splitInstanceBindRegionCount(int value) VkBindImageMemoryDeviceGroupInfo.sType(int value) VkBindImageMemoryDeviceGroupInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBindImageMemoryDeviceGroupInfoModifier and TypeMethodDescription@NotNull Iterator<VkBindImageMemoryDeviceGroupInfo> VkBindImageMemoryDeviceGroupInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkBindImageMemoryDeviceGroupInfoModifier and TypeMethodDescriptionVkBindImageMemoryDeviceGroupInfo.clone(Arena arena, VkBindImageMemoryDeviceGroupInfo src) voidVkBindImageMemoryDeviceGroupInfo.Ptr.write(long index, @NotNull VkBindImageMemoryDeviceGroupInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBindImageMemoryDeviceGroupInfoModifier and TypeMethodDescriptionVkBindImageMemoryDeviceGroupInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkBindImageMemoryDeviceGroupInfo> consumer)