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