Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMultiviewFeatures
Packages that use VkPhysicalDeviceMultiviewFeatures
-
Uses of VkPhysicalDeviceMultiviewFeatures in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceMultiviewFeaturesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceMultiviewFeaturesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMultiviewFeaturesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceMultiviewFeaturesVkPhysicalDeviceMultiviewFeatures.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceMultiviewFeatures.clone(Arena arena, VkPhysicalDeviceMultiviewFeatures src) VkPhysicalDeviceMultiviewFeatures.multiview(int value) VkPhysicalDeviceMultiviewFeatures.multiviewGeometryShader(int value) VkPhysicalDeviceMultiviewFeatures.multiviewTessellationShader(int value) VkPhysicalDeviceMultiviewFeatures.pNext(@NotNull MemorySegment value) VkPhysicalDeviceMultiviewFeatures.sType(int value) VkPhysicalDeviceMultiviewFeatures.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceMultiviewFeaturesModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceMultiviewFeatures> VkPhysicalDeviceMultiviewFeatures.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceMultiviewFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceMultiviewFeatures.clone(Arena arena, VkPhysicalDeviceMultiviewFeatures src) voidVkPhysicalDeviceMultiviewFeatures.Ptr.write(long index, @NotNull VkPhysicalDeviceMultiviewFeatures value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMultiviewFeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceMultiviewFeatures.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMultiviewFeatures> consumer)