Uses of Record Class
club.doki7.vulkan.datatype.VkGeneratedCommandsMemoryRequirementsInfoEXT
Packages that use VkGeneratedCommandsMemoryRequirementsInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkGeneratedCommandsMemoryRequirementsInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkGeneratedCommandsMemoryRequirementsInfoEXTModifier and TypeMethodDescriptionvoid
VkDeviceCommands.getGeneratedCommandsMemoryRequirementsEXT
(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoEXT pInfo, VkMemoryRequirements2 pMemoryRequirements) -
Uses of VkGeneratedCommandsMemoryRequirementsInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkGeneratedCommandsMemoryRequirementsInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkGeneratedCommandsMemoryRequirementsInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkGeneratedCommandsMemoryRequirementsInfoEXTModifier and TypeMethodDescriptionVkGeneratedCommandsMemoryRequirementsInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkGeneratedCommandsMemoryRequirementsInfoEXT.clone
(Arena arena, VkGeneratedCommandsMemoryRequirementsInfoEXT src) VkGeneratedCommandsMemoryRequirementsInfoEXT.indirectCommandsLayout
(@Nullable VkIndirectCommandsLayoutEXT value) VkGeneratedCommandsMemoryRequirementsInfoEXT.indirectExecutionSet
(@Nullable VkIndirectExecutionSetEXT value) VkGeneratedCommandsMemoryRequirementsInfoEXT.maxDrawCount
(int value) VkGeneratedCommandsMemoryRequirementsInfoEXT.maxSequenceCount
(int value) VkGeneratedCommandsMemoryRequirementsInfoEXT.pNext
(@NotNull MemorySegment value) VkGeneratedCommandsMemoryRequirementsInfoEXT.sType
(int value) VkGeneratedCommandsMemoryRequirementsInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkGeneratedCommandsMemoryRequirementsInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkGeneratedCommandsMemoryRequirementsInfoEXTModifier and TypeMethodDescriptionVkGeneratedCommandsMemoryRequirementsInfoEXT.clone
(Arena arena, VkGeneratedCommandsMemoryRequirementsInfoEXT src) void
VkGeneratedCommandsMemoryRequirementsInfoEXT.Ptr.write
(long index, @NotNull VkGeneratedCommandsMemoryRequirementsInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkGeneratedCommandsMemoryRequirementsInfoEXTModifier and TypeMethodDescriptionVkGeneratedCommandsMemoryRequirementsInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkGeneratedCommandsMemoryRequirementsInfoEXT> consumer)