Uses of Record Class
club.doki7.vulkan.datatype.VkRenderingAttachmentLocationInfo
Packages that use VkRenderingAttachmentLocationInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkRenderingAttachmentLocationInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkRenderingAttachmentLocationInfoModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdSetRenderingAttachmentLocations(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) voidVkDeviceCommands.cmdSetRenderingAttachmentLocationsKHR(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) -
Uses of VkRenderingAttachmentLocationInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderingAttachmentLocationInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkRenderingAttachmentLocationInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderingAttachmentLocationInfoModifier and TypeMethodDescription@NotNull VkRenderingAttachmentLocationInfoVkRenderingAttachmentLocationInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkRenderingAttachmentLocationInfo.clone(Arena arena, VkRenderingAttachmentLocationInfo src) VkRenderingAttachmentLocationInfo.colorAttachmentCount(int value) VkRenderingAttachmentLocationInfo.pColorAttachmentLocations(@Nullable IntPtr value) VkRenderingAttachmentLocationInfo.pNext(@NotNull MemorySegment value) VkRenderingAttachmentLocationInfo.sType(int value) VkRenderingAttachmentLocationInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderingAttachmentLocationInfoModifier and TypeMethodDescription@NotNull Iterator<VkRenderingAttachmentLocationInfo> VkRenderingAttachmentLocationInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkRenderingAttachmentLocationInfoModifier and TypeMethodDescriptionVkRenderingAttachmentLocationInfo.clone(Arena arena, VkRenderingAttachmentLocationInfo src) voidVkRenderingAttachmentLocationInfo.Ptr.write(long index, @NotNull VkRenderingAttachmentLocationInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderingAttachmentLocationInfoModifier and TypeMethodDescriptionVkRenderingAttachmentLocationInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkRenderingAttachmentLocationInfo> consumer)