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