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.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)