Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceGroupRenderPassBeginInfo
Packages that use VkDeviceGroupRenderPassBeginInfo
-
Uses of VkDeviceGroupRenderPassBeginInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceGroupRenderPassBeginInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceGroupRenderPassBeginInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceGroupRenderPassBeginInfoModifier and TypeMethodDescription@NotNull VkDeviceGroupRenderPassBeginInfo
VkDeviceGroupRenderPassBeginInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDeviceGroupRenderPassBeginInfo.clone
(Arena arena, VkDeviceGroupRenderPassBeginInfo src) VkDeviceGroupRenderPassBeginInfo.deviceMask
(int value) VkDeviceGroupRenderPassBeginInfo.deviceRenderAreaCount
(int value) VkDeviceGroupRenderPassBeginInfo.pDeviceRenderAreas
(@Nullable IVkRect2D value) VkDeviceGroupRenderPassBeginInfo.pNext
(@NotNull MemorySegment value) VkDeviceGroupRenderPassBeginInfo.sType
(int value) VkDeviceGroupRenderPassBeginInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceGroupRenderPassBeginInfoModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceGroupRenderPassBeginInfo> VkDeviceGroupRenderPassBeginInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceGroupRenderPassBeginInfoModifier and TypeMethodDescriptionVkDeviceGroupRenderPassBeginInfo.clone
(Arena arena, VkDeviceGroupRenderPassBeginInfo src) void
VkDeviceGroupRenderPassBeginInfo.Ptr.write
(long index, @NotNull VkDeviceGroupRenderPassBeginInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceGroupRenderPassBeginInfoModifier and TypeMethodDescriptionVkDeviceGroupRenderPassBeginInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceGroupRenderPassBeginInfo> consumer)