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