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 TypeMethodDescriptionvoid
VkDeviceCommands.cmdSetRenderingAttachmentLocations
(VkCommandBuffer commandBuffer, VkRenderingAttachmentLocationInfo pLocationInfo) void
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkRenderingAttachmentLocationInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderingAttachmentLocationInfoModifier and TypeMethodDescription@NotNull VkRenderingAttachmentLocationInfo
VkRenderingAttachmentLocationInfo.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.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) void
VkRenderingAttachmentLocationInfo.Ptr.write
(long index, @NotNull VkRenderingAttachmentLocationInfo value)