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 record
Represents a pointer to / an array ofVkPhysicalDeviceScalarBlockLayoutFeatures
structure(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.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) void
VkPhysicalDeviceScalarBlockLayoutFeatures.Ptr.write
(long index, @NotNull VkPhysicalDeviceScalarBlockLayoutFeatures value)