Uses of Record Class
club.doki7.vulkan.datatype.VkPushDescriptorSetInfo
Packages that use VkPushDescriptorSetInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPushDescriptorSetInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPushDescriptorSetInfoModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdPushDescriptorSet2(VkCommandBuffer commandBuffer, VkPushDescriptorSetInfo pPushDescriptorSetInfo) voidVkDeviceCommands.cmdPushDescriptorSet2KHR(VkCommandBuffer commandBuffer, VkPushDescriptorSetInfo pPushDescriptorSetInfo) -
Uses of VkPushDescriptorSetInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPushDescriptorSetInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPushDescriptorSetInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPushDescriptorSetInfoModifier and TypeMethodDescriptionstatic VkPushDescriptorSetInfo@NotNull VkPushDescriptorSetInfoVkPushDescriptorSetInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPushDescriptorSetInfoVkPushDescriptorSetInfo.clone(Arena arena, VkPushDescriptorSetInfo src) VkPushDescriptorSetInfo.descriptorWriteCount(int value) VkPushDescriptorSetInfo.layout(@Nullable VkPipelineLayout value) VkPushDescriptorSetInfo.pDescriptorWrites(@Nullable IVkWriteDescriptorSet value) VkPushDescriptorSetInfo.pNext(@NotNull MemorySegment value) VkPushDescriptorSetInfo.set(int value) VkPushDescriptorSetInfo.stageFlags(int value) VkPushDescriptorSetInfo.sType(int value) VkPushDescriptorSetInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPushDescriptorSetInfoModifier and TypeMethodDescription@NotNull Iterator<VkPushDescriptorSetInfo> VkPushDescriptorSetInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPushDescriptorSetInfoModifier and TypeMethodDescriptionstatic VkPushDescriptorSetInfoVkPushDescriptorSetInfo.clone(Arena arena, VkPushDescriptorSetInfo src) voidVkPushDescriptorSetInfo.Ptr.write(long index, @NotNull VkPushDescriptorSetInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPushDescriptorSetInfoModifier and TypeMethodDescriptionVkPushDescriptorSetInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkPushDescriptorSetInfo> consumer)