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