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