Uses of Record Class
club.doki7.vulkan.datatype.VkSubpassDescriptionDepthStencilResolve
Packages that use VkSubpassDescriptionDepthStencilResolve
-
Uses of VkSubpassDescriptionDepthStencilResolve in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubpassDescriptionDepthStencilResolveModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSubpassDescriptionDepthStencilResolvestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassDescriptionDepthStencilResolveModifier and TypeMethodDescriptionVkSubpassDescriptionDepthStencilResolve.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSubpassDescriptionDepthStencilResolve.clone(Arena arena, VkSubpassDescriptionDepthStencilResolve src) VkSubpassDescriptionDepthStencilResolve.depthResolveMode(int value) VkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment(@Nullable IVkAttachmentReference2 value) VkSubpassDescriptionDepthStencilResolve.pNext(@NotNull MemorySegment value) VkSubpassDescriptionDepthStencilResolve.stencilResolveMode(int value) VkSubpassDescriptionDepthStencilResolve.sType(int value) VkSubpassDescriptionDepthStencilResolve.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubpassDescriptionDepthStencilResolveMethods in club.doki7.vulkan.datatype with parameters of type VkSubpassDescriptionDepthStencilResolveModifier and TypeMethodDescriptionVkSubpassDescriptionDepthStencilResolve.clone(Arena arena, VkSubpassDescriptionDepthStencilResolve src) voidVkSubpassDescriptionDepthStencilResolve.Ptr.write(long index, @NotNull VkSubpassDescriptionDepthStencilResolve value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubpassDescriptionDepthStencilResolveModifier and TypeMethodDescriptionVkSubpassDescriptionDepthStencilResolve.Ptr.at(long index, @NotNull Consumer<@NotNull VkSubpassDescriptionDepthStencilResolve> consumer)