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