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