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