Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceSurfaceInfo2KHR
Packages that use VkPhysicalDeviceSurfaceInfo2KHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPhysicalDeviceSurfaceInfo2KHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceSurfaceInfo2KHRModifier and TypeMethodDescriptionint
VkDeviceCommands.getDeviceGroupSurfacePresentModes2EXT
(VkDevice device, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pModes) int
VkInstanceCommands.getPhysicalDeviceSurfaceCapabilities2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, VkSurfaceCapabilities2KHR pSurfaceCapabilities) int
VkInstanceCommands.getPhysicalDeviceSurfaceFormats2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormat2KHR pSurfaceFormats) int
VkInstanceCommands.getPhysicalDeviceSurfacePresentModes2EXT
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pPresentModeCount, @Nullable IntPtr pPresentModes) -
Uses of VkPhysicalDeviceSurfaceInfo2KHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceSurfaceInfo2KHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceSurfaceInfo2KHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceSurfaceInfo2KHRModifier and TypeMethodDescription@NotNull VkPhysicalDeviceSurfaceInfo2KHR
VkPhysicalDeviceSurfaceInfo2KHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceSurfaceInfo2KHR.clone
(Arena arena, VkPhysicalDeviceSurfaceInfo2KHR src) VkPhysicalDeviceSurfaceInfo2KHR.sType
(int value) VkPhysicalDeviceSurfaceInfo2KHR.surface
(@Nullable VkSurfaceKHR value) VkPhysicalDeviceSurfaceInfo2KHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceSurfaceInfo2KHRModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceSurfaceInfo2KHR> VkPhysicalDeviceSurfaceInfo2KHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceSurfaceInfo2KHRModifier and TypeMethodDescriptionVkPhysicalDeviceSurfaceInfo2KHR.clone
(Arena arena, VkPhysicalDeviceSurfaceInfo2KHR src) void
VkPhysicalDeviceSurfaceInfo2KHR.Ptr.write
(long index, @NotNull VkPhysicalDeviceSurfaceInfo2KHR value)