Uses of Record Class
club.doki7.vulkan.datatype.VkDrawIndirectCountIndirectCommandEXT
Packages that use VkDrawIndirectCountIndirectCommandEXT
-
Uses of VkDrawIndirectCountIndirectCommandEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDrawIndirectCountIndirectCommandEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDrawIndirectCountIndirectCommandEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDrawIndirectCountIndirectCommandEXTModifier and TypeMethodDescriptionVkDrawIndirectCountIndirectCommandEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDrawIndirectCountIndirectCommandEXT.bufferAddress
(long value) VkDrawIndirectCountIndirectCommandEXT.clone
(Arena arena, VkDrawIndirectCountIndirectCommandEXT src) VkDrawIndirectCountIndirectCommandEXT.commandCount
(int value) VkDrawIndirectCountIndirectCommandEXT.stride
(int value) VkDrawIndirectCountIndirectCommandEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDrawIndirectCountIndirectCommandEXTMethods in club.doki7.vulkan.datatype with parameters of type VkDrawIndirectCountIndirectCommandEXTModifier and TypeMethodDescriptionVkDrawIndirectCountIndirectCommandEXT.clone
(Arena arena, VkDrawIndirectCountIndirectCommandEXT src) void
VkDrawIndirectCountIndirectCommandEXT.Ptr.write
(long index, @NotNull VkDrawIndirectCountIndirectCommandEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDrawIndirectCountIndirectCommandEXTModifier and TypeMethodDescriptionVkDrawIndirectCountIndirectCommandEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDrawIndirectCountIndirectCommandEXT> consumer)