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