Uses of Record Class
club.doki7.vulkan.datatype.VkCommandBufferInheritanceInfo
Packages that use VkCommandBufferInheritanceInfo
-
Uses of VkCommandBufferInheritanceInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCommandBufferInheritanceInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCommandBufferInheritanceInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCommandBufferInheritanceInfoModifier and TypeMethodDescription@NotNull VkCommandBufferInheritanceInfo
VkCommandBufferInheritanceInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkCommandBufferInheritanceInfo.clone
(Arena arena, VkCommandBufferInheritanceInfo src) VkCommandBufferInheritanceInfo.framebuffer
(@Nullable VkFramebuffer value) VkCommandBufferInheritanceInfo.occlusionQueryEnable
(int value) @Nullable VkCommandBufferInheritanceInfo
VkCommandBufferBeginInfo.pInheritanceInfo()
VkCommandBufferInheritanceInfo.pipelineStatistics
(int value) VkCommandBufferInheritanceInfo.queryFlags
(int value) VkCommandBufferInheritanceInfo.renderPass
(@Nullable VkRenderPass value) VkCommandBufferInheritanceInfo.sType
(int value) VkCommandBufferInheritanceInfo.subpass
(int value) VkCommandBufferInheritanceInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCommandBufferInheritanceInfoModifier and TypeMethodDescription@NotNull Iterator
<VkCommandBufferInheritanceInfo> VkCommandBufferInheritanceInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCommandBufferInheritanceInfoModifier and TypeMethodDescriptionVkCommandBufferInheritanceInfo.clone
(Arena arena, VkCommandBufferInheritanceInfo src) void
VkCommandBufferInheritanceInfo.Ptr.write
(long index, @NotNull VkCommandBufferInheritanceInfo value)