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