Uses of Record Class
club.doki7.vulkan.datatype.VkPushDescriptorSetWithTemplateInfo
Packages that use VkPushDescriptorSetWithTemplateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPushDescriptorSetWithTemplateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPushDescriptorSetWithTemplateInfoModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdPushDescriptorSetWithTemplate2(VkCommandBuffer commandBuffer, VkPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo) voidVkDeviceCommands.cmdPushDescriptorSetWithTemplate2KHR(VkCommandBuffer commandBuffer, VkPushDescriptorSetWithTemplateInfo pPushDescriptorSetWithTemplateInfo) -
Uses of VkPushDescriptorSetWithTemplateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPushDescriptorSetWithTemplateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPushDescriptorSetWithTemplateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPushDescriptorSetWithTemplateInfoModifier and TypeMethodDescription@NotNull VkPushDescriptorSetWithTemplateInfoVkPushDescriptorSetWithTemplateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPushDescriptorSetWithTemplateInfo.clone(Arena arena, VkPushDescriptorSetWithTemplateInfo src) VkPushDescriptorSetWithTemplateInfo.descriptorUpdateTemplate(@Nullable VkDescriptorUpdateTemplate value) VkPushDescriptorSetWithTemplateInfo.layout(@Nullable VkPipelineLayout value) VkPushDescriptorSetWithTemplateInfo.pData(@NotNull MemorySegment value) VkPushDescriptorSetWithTemplateInfo.pNext(@NotNull MemorySegment value) VkPushDescriptorSetWithTemplateInfo.set(int value) VkPushDescriptorSetWithTemplateInfo.sType(int value) VkPushDescriptorSetWithTemplateInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPushDescriptorSetWithTemplateInfoModifier and TypeMethodDescription@NotNull Iterator<VkPushDescriptorSetWithTemplateInfo> VkPushDescriptorSetWithTemplateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPushDescriptorSetWithTemplateInfoModifier and TypeMethodDescriptionVkPushDescriptorSetWithTemplateInfo.clone(Arena arena, VkPushDescriptorSetWithTemplateInfo src) voidVkPushDescriptorSetWithTemplateInfo.Ptr.write(long index, @NotNull VkPushDescriptorSetWithTemplateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPushDescriptorSetWithTemplateInfoModifier and TypeMethodDescriptionVkPushDescriptorSetWithTemplateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkPushDescriptorSetWithTemplateInfo> consumer)