Uses of Record Class
club.doki7.vulkan.datatype.VkRenderingAreaInfo
Packages that use VkRenderingAreaInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkRenderingAreaInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkRenderingAreaInfoModifier and TypeMethodDescriptionvoid
VkDeviceCommands.getRenderingAreaGranularity
(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) void
VkDeviceCommands.getRenderingAreaGranularityKHR
(VkDevice device, VkRenderingAreaInfo pRenderingAreaInfo, VkExtent2D pGranularity) -
Uses of VkRenderingAreaInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderingAreaInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkRenderingAreaInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderingAreaInfoModifier and TypeMethodDescriptionstatic VkRenderingAreaInfo
@NotNull VkRenderingAreaInfo
VkRenderingAreaInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkRenderingAreaInfo
VkRenderingAreaInfo.clone
(Arena arena, VkRenderingAreaInfo src) VkRenderingAreaInfo.colorAttachmentCount
(int value) VkRenderingAreaInfo.depthAttachmentFormat
(int value) VkRenderingAreaInfo.pColorAttachmentFormats
(@Nullable IntPtr value) VkRenderingAreaInfo.pNext
(@NotNull MemorySegment value) VkRenderingAreaInfo.stencilAttachmentFormat
(int value) VkRenderingAreaInfo.sType
(int value) VkRenderingAreaInfo.Ptr.toArray()
VkRenderingAreaInfo.viewMask
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderingAreaInfoModifier and TypeMethodDescription@NotNull Iterator
<VkRenderingAreaInfo> VkRenderingAreaInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkRenderingAreaInfoModifier and TypeMethodDescriptionstatic VkRenderingAreaInfo
VkRenderingAreaInfo.clone
(Arena arena, VkRenderingAreaInfo src) void
VkRenderingAreaInfo.Ptr.write
(long index, @NotNull VkRenderingAreaInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderingAreaInfoModifier and TypeMethodDescriptionVkRenderingAreaInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkRenderingAreaInfo> consumer)