Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorGetInfoEXT
Packages that use VkDescriptorGetInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDescriptorGetInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDescriptorGetInfoEXTModifier and TypeMethodDescriptionvoid
VkDeviceCommands.getDescriptorEXT
(VkDevice device, VkDescriptorGetInfoEXT pDescriptorInfo, long dataSize, MemorySegment pDescriptor) -
Uses of VkDescriptorGetInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDescriptorGetInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDescriptorGetInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorGetInfoEXTModifier and TypeMethodDescriptionstatic VkDescriptorGetInfoEXT
@NotNull VkDescriptorGetInfoEXT
VkDescriptorGetInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDescriptorGetInfoEXT
VkDescriptorGetInfoEXT.clone
(Arena arena, VkDescriptorGetInfoEXT src) VkDescriptorGetInfoEXT.data
(@NotNull VkDescriptorDataEXT value) VkDescriptorGetInfoEXT.data
(Consumer<@NotNull VkDescriptorDataEXT> consumer) VkDescriptorGetInfoEXT.sType
(int value) VkDescriptorGetInfoEXT.Ptr.toArray()
VkDescriptorGetInfoEXT.type
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDescriptorGetInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkDescriptorGetInfoEXT> VkDescriptorGetInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorGetInfoEXTModifier and TypeMethodDescriptionstatic VkDescriptorGetInfoEXT
VkDescriptorGetInfoEXT.clone
(Arena arena, VkDescriptorGetInfoEXT src) void
VkDescriptorGetInfoEXT.Ptr.write
(long index, @NotNull VkDescriptorGetInfoEXT value)