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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkRenderingEndInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderingEndInfoEXTModifier and TypeMethodDescriptionstatic VkRenderingEndInfoEXT@NotNull VkRenderingEndInfoEXTVkRenderingEndInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkRenderingEndInfoEXTVkRenderingEndInfoEXT.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 VkRenderingEndInfoEXTVkRenderingEndInfoEXT.clone(Arena arena, VkRenderingEndInfoEXT src) voidVkRenderingEndInfoEXT.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)