Uses of Record Class
club.doki7.vulkan.datatype.VkCommandBufferInheritanceRenderingInfo
Packages that use VkCommandBufferInheritanceRenderingInfo
-
Uses of VkCommandBufferInheritanceRenderingInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCommandBufferInheritanceRenderingInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCommandBufferInheritanceRenderingInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCommandBufferInheritanceRenderingInfoModifier and TypeMethodDescriptionVkCommandBufferInheritanceRenderingInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkCommandBufferInheritanceRenderingInfo.clone
(Arena arena, VkCommandBufferInheritanceRenderingInfo src) VkCommandBufferInheritanceRenderingInfo.colorAttachmentCount
(int value) VkCommandBufferInheritanceRenderingInfo.depthAttachmentFormat
(int value) VkCommandBufferInheritanceRenderingInfo.flags
(int value) VkCommandBufferInheritanceRenderingInfo.pColorAttachmentFormats
(@Nullable IntPtr value) VkCommandBufferInheritanceRenderingInfo.rasterizationSamples
(int value) VkCommandBufferInheritanceRenderingInfo.stencilAttachmentFormat
(int value) VkCommandBufferInheritanceRenderingInfo.sType
(int value) VkCommandBufferInheritanceRenderingInfo.Ptr.toArray()
VkCommandBufferInheritanceRenderingInfo.viewMask
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCommandBufferInheritanceRenderingInfoMethods in club.doki7.vulkan.datatype with parameters of type VkCommandBufferInheritanceRenderingInfoModifier and TypeMethodDescriptionVkCommandBufferInheritanceRenderingInfo.clone
(Arena arena, VkCommandBufferInheritanceRenderingInfo src) void
VkCommandBufferInheritanceRenderingInfo.Ptr.write
(long index, @NotNull VkCommandBufferInheritanceRenderingInfo value)