Uses of Record Class
club.doki7.vulkan.datatype.VkRenderingEndInfoEXT
Packages that use VkRenderingEndInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkRenderingEndInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkRenderingEndInfoEXTModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdEndRendering2EXT
(VkCommandBuffer commandBuffer, @Nullable VkRenderingEndInfoEXT pRenderingEndInfo) -
Uses of VkRenderingEndInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderingEndInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkRenderingEndInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderingEndInfoEXTModifier and TypeMethodDescriptionstatic VkRenderingEndInfoEXT
@NotNull VkRenderingEndInfoEXT
VkRenderingEndInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkRenderingEndInfoEXT
VkRenderingEndInfoEXT.clone
(Arena arena, VkRenderingEndInfoEXT src) VkRenderingEndInfoEXT.pNext
(@NotNull MemorySegment value) VkRenderingEndInfoEXT.sType
(int value) VkRenderingEndInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderingEndInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkRenderingEndInfoEXT> VkRenderingEndInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkRenderingEndInfoEXTModifier and TypeMethodDescriptionstatic VkRenderingEndInfoEXT
VkRenderingEndInfoEXT.clone
(Arena arena, VkRenderingEndInfoEXT src) void
VkRenderingEndInfoEXT.Ptr.write
(long index, @NotNull VkRenderingEndInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderingEndInfoEXTModifier and TypeMethodDescriptionVkRenderingEndInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkRenderingEndInfoEXT> consumer)