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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkSetDescriptorBufferOffsetsInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSetDescriptorBufferOffsetsInfoEXTModifier and TypeMethodDescription@NotNull VkSetDescriptorBufferOffsetsInfoEXTVkSetDescriptorBufferOffsetsInfoEXT.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.pNext(@NotNull MemorySegment 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) voidVkSetDescriptorBufferOffsetsInfoEXT.Ptr.write(long index, @NotNull VkSetDescriptorBufferOffsetsInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSetDescriptorBufferOffsetsInfoEXTModifier and TypeMethodDescriptionVkSetDescriptorBufferOffsetsInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSetDescriptorBufferOffsetsInfoEXT> consumer)