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 recordRepresents a pointer to / an array ofVkSurfaceProtectedCapabilitiesKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSurfaceProtectedCapabilitiesKHRModifier and TypeMethodDescription@NotNull VkSurfaceProtectedCapabilitiesKHRVkSurfaceProtectedCapabilitiesKHR.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) voidVkSurfaceProtectedCapabilitiesKHR.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)