Uses of Record Class
club.doki7.vulkan.datatype.VkGeneratedCommandsMemoryRequirementsInfoNV
Packages that use VkGeneratedCommandsMemoryRequirementsInfoNV
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkGeneratedCommandsMemoryRequirementsInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkGeneratedCommandsMemoryRequirementsInfoNVModifier and TypeMethodDescriptionvoidVkDeviceCommands.getGeneratedCommandsMemoryRequirementsNV(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) -
Uses of VkGeneratedCommandsMemoryRequirementsInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkGeneratedCommandsMemoryRequirementsInfoNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkGeneratedCommandsMemoryRequirementsInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkGeneratedCommandsMemoryRequirementsInfoNVModifier and TypeMethodDescriptionVkGeneratedCommandsMemoryRequirementsInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkGeneratedCommandsMemoryRequirementsInfoNV.clone(Arena arena, VkGeneratedCommandsMemoryRequirementsInfoNV src) VkGeneratedCommandsMemoryRequirementsInfoNV.indirectCommandsLayout(@Nullable VkIndirectCommandsLayoutNV value) VkGeneratedCommandsMemoryRequirementsInfoNV.maxSequencesCount(int value) VkGeneratedCommandsMemoryRequirementsInfoNV.pipeline(@Nullable VkPipeline value) VkGeneratedCommandsMemoryRequirementsInfoNV.pipelineBindPoint(int value) VkGeneratedCommandsMemoryRequirementsInfoNV.pNext(@NotNull MemorySegment value) VkGeneratedCommandsMemoryRequirementsInfoNV.sType(int value) VkGeneratedCommandsMemoryRequirementsInfoNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkGeneratedCommandsMemoryRequirementsInfoNVMethods in club.doki7.vulkan.datatype with parameters of type VkGeneratedCommandsMemoryRequirementsInfoNVModifier and TypeMethodDescriptionVkGeneratedCommandsMemoryRequirementsInfoNV.clone(Arena arena, VkGeneratedCommandsMemoryRequirementsInfoNV src) voidVkGeneratedCommandsMemoryRequirementsInfoNV.Ptr.write(long index, @NotNull VkGeneratedCommandsMemoryRequirementsInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkGeneratedCommandsMemoryRequirementsInfoNVModifier and TypeMethodDescriptionVkGeneratedCommandsMemoryRequirementsInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkGeneratedCommandsMemoryRequirementsInfoNV> consumer)