Uses of Record Class
club.doki7.vulkan.datatype.VkBindIndexBufferIndirectCommandEXT
Packages that use VkBindIndexBufferIndirectCommandEXT
-
Uses of VkBindIndexBufferIndirectCommandEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBindIndexBufferIndirectCommandEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkBindIndexBufferIndirectCommandEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBindIndexBufferIndirectCommandEXTModifier and TypeMethodDescription@NotNull VkBindIndexBufferIndirectCommandEXTVkBindIndexBufferIndirectCommandEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkBindIndexBufferIndirectCommandEXT.bufferAddress(long value) VkBindIndexBufferIndirectCommandEXT.clone(Arena arena, VkBindIndexBufferIndirectCommandEXT src) VkBindIndexBufferIndirectCommandEXT.indexType(int value) VkBindIndexBufferIndirectCommandEXT.size(int value) VkBindIndexBufferIndirectCommandEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBindIndexBufferIndirectCommandEXTModifier and TypeMethodDescription@NotNull Iterator<VkBindIndexBufferIndirectCommandEXT> VkBindIndexBufferIndirectCommandEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkBindIndexBufferIndirectCommandEXTModifier and TypeMethodDescriptionVkBindIndexBufferIndirectCommandEXT.clone(Arena arena, VkBindIndexBufferIndirectCommandEXT src) voidVkBindIndexBufferIndirectCommandEXT.Ptr.write(long index, @NotNull VkBindIndexBufferIndirectCommandEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBindIndexBufferIndirectCommandEXTModifier and TypeMethodDescriptionVkBindIndexBufferIndirectCommandEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkBindIndexBufferIndirectCommandEXT> consumer)