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