Uses of Record Class
club.doki7.vulkan.datatype.VkSetDescriptorBufferOffsetsInfoEXT
Packages that use VkSetDescriptorBufferOffsetsInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkSetDescriptorBufferOffsetsInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSetDescriptorBufferOffsetsInfoEXTModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdSetDescriptorBufferOffsets2EXT
(VkCommandBuffer commandBuffer, VkSetDescriptorBufferOffsetsInfoEXT pSetDescriptorBufferOffsetsInfo) -
Uses of VkSetDescriptorBufferOffsetsInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSetDescriptorBufferOffsetsInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSetDescriptorBufferOffsetsInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSetDescriptorBufferOffsetsInfoEXTModifier and TypeMethodDescription@NotNull VkSetDescriptorBufferOffsetsInfoEXT
VkSetDescriptorBufferOffsetsInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSetDescriptorBufferOffsetsInfoEXT.clone
(Arena arena, VkSetDescriptorBufferOffsetsInfoEXT src) VkSetDescriptorBufferOffsetsInfoEXT.firstSet
(int value) VkSetDescriptorBufferOffsetsInfoEXT.layout
(@Nullable VkPipelineLayout value) VkSetDescriptorBufferOffsetsInfoEXT.pBufferIndices
(@Nullable IntPtr value) VkSetDescriptorBufferOffsetsInfoEXT.setCount
(int value) VkSetDescriptorBufferOffsetsInfoEXT.stageFlags
(int value) VkSetDescriptorBufferOffsetsInfoEXT.sType
(int value) VkSetDescriptorBufferOffsetsInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSetDescriptorBufferOffsetsInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkSetDescriptorBufferOffsetsInfoEXT> VkSetDescriptorBufferOffsetsInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSetDescriptorBufferOffsetsInfoEXTModifier and TypeMethodDescriptionVkSetDescriptorBufferOffsetsInfoEXT.clone
(Arena arena, VkSetDescriptorBufferOffsetsInfoEXT src) void
VkSetDescriptorBufferOffsetsInfoEXT.Ptr.write
(long index, @NotNull VkSetDescriptorBufferOffsetsInfoEXT value)