Uses of Record Class
club.doki7.vulkan.datatype.VkDirectFBSurfaceCreateInfoEXT
Packages that use VkDirectFBSurfaceCreateInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDirectFBSurfaceCreateInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDirectFBSurfaceCreateInfoEXTModifier and TypeMethodDescriptionint
VkInstanceCommands.createDirectFBSurfaceEXT
(VkInstance instance, VkDirectFBSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) -
Uses of VkDirectFBSurfaceCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDirectFBSurfaceCreateInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDirectFBSurfaceCreateInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDirectFBSurfaceCreateInfoEXTModifier and TypeMethodDescription@NotNull VkDirectFBSurfaceCreateInfoEXT
VkDirectFBSurfaceCreateInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDirectFBSurfaceCreateInfoEXT.clone
(Arena arena, VkDirectFBSurfaceCreateInfoEXT src) VkDirectFBSurfaceCreateInfoEXT.dfb
(@Nullable PointerPtr value) VkDirectFBSurfaceCreateInfoEXT.flags
(int value) VkDirectFBSurfaceCreateInfoEXT.sType
(int value) VkDirectFBSurfaceCreateInfoEXT.surface
(@Nullable PointerPtr value) VkDirectFBSurfaceCreateInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDirectFBSurfaceCreateInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkDirectFBSurfaceCreateInfoEXT> VkDirectFBSurfaceCreateInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDirectFBSurfaceCreateInfoEXTModifier and TypeMethodDescriptionVkDirectFBSurfaceCreateInfoEXT.clone
(Arena arena, VkDirectFBSurfaceCreateInfoEXT src) void
VkDirectFBSurfaceCreateInfoEXT.Ptr.write
(long index, @NotNull VkDirectFBSurfaceCreateInfoEXT value)