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 TypeMethodDescriptionvoidVkDeviceCommands.getDescriptorEXT(VkDevice device, VkDescriptorGetInfoEXT pDescriptorInfo, long dataSize, @NotNull 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 recordRepresents a pointer to / an array ofVkDescriptorGetInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorGetInfoEXTModifier and TypeMethodDescriptionstatic VkDescriptorGetInfoEXT@NotNull VkDescriptorGetInfoEXTVkDescriptorGetInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDescriptorGetInfoEXTVkDescriptorGetInfoEXT.clone(Arena arena, VkDescriptorGetInfoEXT src) VkDescriptorGetInfoEXT.data(@NotNull VkDescriptorDataEXT value) VkDescriptorGetInfoEXT.data(Consumer<@NotNull VkDescriptorDataEXT> consumer) VkDescriptorGetInfoEXT.pNext(@NotNull MemorySegment value) 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 VkDescriptorGetInfoEXTVkDescriptorGetInfoEXT.clone(Arena arena, VkDescriptorGetInfoEXT src) voidVkDescriptorGetInfoEXT.Ptr.write(long index, @NotNull VkDescriptorGetInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDescriptorGetInfoEXTModifier and TypeMethodDescriptionVkDescriptorGetInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDescriptorGetInfoEXT> consumer)