Uses of Record Class
club.doki7.vulkan.datatype.VkRenderingInfo
Packages that use VkRenderingInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkRenderingInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkRenderingInfoModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdBeginRendering
(VkCommandBuffer commandBuffer, VkRenderingInfo pRenderingInfo) void
VkDeviceCommands.cmdBeginRenderingKHR
(VkCommandBuffer commandBuffer, VkRenderingInfo pRenderingInfo) int
VkDeviceCommands.getDynamicRenderingTilePropertiesQCOM
(VkDevice device, VkRenderingInfo pRenderingInfo, VkTilePropertiesQCOM pProperties) -
Uses of VkRenderingInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderingInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkRenderingInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderingInfoModifier and TypeMethodDescriptionstatic VkRenderingInfo
@NotNull VkRenderingInfo
VkRenderingInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkRenderingInfo
VkRenderingInfo.clone
(Arena arena, VkRenderingInfo src) VkRenderingInfo.colorAttachmentCount
(int value) VkRenderingInfo.flags
(int value) VkRenderingInfo.layerCount
(int value) VkRenderingInfo.pColorAttachments
(@Nullable IVkRenderingAttachmentInfo value) VkRenderingInfo.pDepthAttachment
(@Nullable IVkRenderingAttachmentInfo value) VkRenderingInfo.pStencilAttachment
(@Nullable IVkRenderingAttachmentInfo value) VkRenderingInfo.renderArea
(@NotNull VkRect2D value) VkRenderingInfo.renderArea
(Consumer<@NotNull VkRect2D> consumer) VkRenderingInfo.sType
(int value) VkRenderingInfo.Ptr.toArray()
VkRenderingInfo.viewMask
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderingInfoModifier and TypeMethodDescription@NotNull Iterator
<VkRenderingInfo> VkRenderingInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkRenderingInfoModifier and TypeMethodDescriptionstatic VkRenderingInfo
VkRenderingInfo.clone
(Arena arena, VkRenderingInfo src) void
VkRenderingInfo.Ptr.write
(long index, @NotNull VkRenderingInfo value)