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