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