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