Uses of Record Class
club.doki7.vulkan.datatype.VkSubpassResolvePerformanceQueryEXT
Packages that use VkSubpassResolvePerformanceQueryEXT
-
Uses of VkSubpassResolvePerformanceQueryEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubpassResolvePerformanceQueryEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSubpassResolvePerformanceQueryEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassResolvePerformanceQueryEXTModifier and TypeMethodDescription@NotNull VkSubpassResolvePerformanceQueryEXT
VkSubpassResolvePerformanceQueryEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSubpassResolvePerformanceQueryEXT.clone
(Arena arena, VkSubpassResolvePerformanceQueryEXT src) VkSubpassResolvePerformanceQueryEXT.optimal
(int value) VkSubpassResolvePerformanceQueryEXT.pNext
(@NotNull MemorySegment value) VkSubpassResolvePerformanceQueryEXT.sType
(int value) VkSubpassResolvePerformanceQueryEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubpassResolvePerformanceQueryEXTModifier and TypeMethodDescription@NotNull Iterator
<VkSubpassResolvePerformanceQueryEXT> VkSubpassResolvePerformanceQueryEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSubpassResolvePerformanceQueryEXTModifier and TypeMethodDescriptionVkSubpassResolvePerformanceQueryEXT.clone
(Arena arena, VkSubpassResolvePerformanceQueryEXT src) void
VkSubpassResolvePerformanceQueryEXT.Ptr.write
(long index, @NotNull VkSubpassResolvePerformanceQueryEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubpassResolvePerformanceQueryEXTModifier and TypeMethodDescriptionVkSubpassResolvePerformanceQueryEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkSubpassResolvePerformanceQueryEXT> consumer)