Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceProtectedMemoryProperties
Packages that use VkPhysicalDeviceProtectedMemoryProperties
-
Uses of VkPhysicalDeviceProtectedMemoryProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceProtectedMemoryPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceProtectedMemoryProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceProtectedMemoryPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceProtectedMemoryProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceProtectedMemoryProperties.clone
(Arena arena, VkPhysicalDeviceProtectedMemoryProperties src) VkPhysicalDeviceProtectedMemoryProperties.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceProtectedMemoryProperties.protectedNoFault
(int value) VkPhysicalDeviceProtectedMemoryProperties.sType
(int value) VkPhysicalDeviceProtectedMemoryProperties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceProtectedMemoryPropertiesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceProtectedMemoryPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceProtectedMemoryProperties.clone
(Arena arena, VkPhysicalDeviceProtectedMemoryProperties src) void
VkPhysicalDeviceProtectedMemoryProperties.Ptr.write
(long index, @NotNull VkPhysicalDeviceProtectedMemoryProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceProtectedMemoryPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceProtectedMemoryProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceProtectedMemoryProperties> consumer)