Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsPushConstantTokenEXT
Packages that use VkIndirectCommandsPushConstantTokenEXT
-
Uses of VkIndirectCommandsPushConstantTokenEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsPushConstantTokenEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkIndirectCommandsPushConstantTokenEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsPushConstantTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsPushConstantTokenEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsPushConstantTokenEXT.clone(Arena arena, VkIndirectCommandsPushConstantTokenEXT src) @Nullable VkIndirectCommandsPushConstantTokenEXTVkIndirectCommandsTokenDataEXT.pPushConstant()VkIndirectCommandsPushConstantTokenEXT.Ptr.toArray()VkIndirectCommandsPushConstantTokenEXT.updateRange(@NotNull VkPushConstantRange value) VkIndirectCommandsPushConstantTokenEXT.updateRange(Consumer<@NotNull VkPushConstantRange> consumer) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsPushConstantTokenEXTMethods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsPushConstantTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsPushConstantTokenEXT.clone(Arena arena, VkIndirectCommandsPushConstantTokenEXT src) voidVkIndirectCommandsPushConstantTokenEXT.Ptr.write(long index, @NotNull VkIndirectCommandsPushConstantTokenEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsPushConstantTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsPushConstantTokenEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectCommandsPushConstantTokenEXT> consumer)