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