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 recordRepresents a pointer to / an array ofVkCommandBufferInheritanceInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCommandBufferInheritanceInfoModifier and TypeMethodDescription@NotNull VkCommandBufferInheritanceInfoVkCommandBufferInheritanceInfo.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 VkCommandBufferInheritanceInfoVkCommandBufferBeginInfo.pInheritanceInfo()VkCommandBufferInheritanceInfo.pipelineStatistics(int value) VkCommandBufferInheritanceInfo.pNext(@NotNull MemorySegment 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) voidVkCommandBufferInheritanceInfo.Ptr.write(long index, @NotNull VkCommandBufferInheritanceInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCommandBufferInheritanceInfoModifier and TypeMethodDescriptionVkCommandBufferInheritanceInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkCommandBufferInheritanceInfo> consumer)