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 TypeMethodDescriptionvoid
VkDeviceCommands.cmdPushDescriptorSet2
(VkCommandBuffer commandBuffer, VkPushDescriptorSetInfo pPushDescriptorSetInfo) void
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkPushDescriptorSetInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPushDescriptorSetInfoModifier and TypeMethodDescriptionstatic VkPushDescriptorSetInfo
@NotNull VkPushDescriptorSetInfo
VkPushDescriptorSetInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPushDescriptorSetInfo
VkPushDescriptorSetInfo.clone
(Arena arena, VkPushDescriptorSetInfo src) VkPushDescriptorSetInfo.descriptorWriteCount
(int value) VkPushDescriptorSetInfo.layout
(@Nullable VkPipelineLayout value) VkPushDescriptorSetInfo.pDescriptorWrites
(@Nullable IVkWriteDescriptorSet 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 VkPushDescriptorSetInfo
VkPushDescriptorSetInfo.clone
(Arena arena, VkPushDescriptorSetInfo src) void
VkPushDescriptorSetInfo.Ptr.write
(long index, @NotNull VkPushDescriptorSetInfo value)