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