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