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