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