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