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