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