Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceAmigoProfilingFeaturesSEC
Packages that use VkPhysicalDeviceAmigoProfilingFeaturesSEC
-
Uses of VkPhysicalDeviceAmigoProfilingFeaturesSEC in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceAmigoProfilingFeaturesSECModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceAmigoProfilingFeaturesSECstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceAmigoProfilingFeaturesSECModifier and TypeMethodDescriptionVkPhysicalDeviceAmigoProfilingFeaturesSEC.amigoProfiling(int value) VkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceAmigoProfilingFeaturesSEC.clone(Arena arena, VkPhysicalDeviceAmigoProfilingFeaturesSEC src) VkPhysicalDeviceAmigoProfilingFeaturesSEC.pNext(@NotNull MemorySegment value) VkPhysicalDeviceAmigoProfilingFeaturesSEC.sType(int value) VkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceAmigoProfilingFeaturesSECMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceAmigoProfilingFeaturesSECModifier and TypeMethodDescriptionVkPhysicalDeviceAmigoProfilingFeaturesSEC.clone(Arena arena, VkPhysicalDeviceAmigoProfilingFeaturesSEC src) voidVkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptr.write(long index, @NotNull VkPhysicalDeviceAmigoProfilingFeaturesSEC value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceAmigoProfilingFeaturesSECModifier and TypeMethodDescriptionVkPhysicalDeviceAmigoProfilingFeaturesSEC.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceAmigoProfilingFeaturesSEC> consumer)