#[function] is not a member function
1 messages · Page 1 of 1 (latest)
a function has to take an instance of the type to be a member function
thank you
you want pub fn render(self: Renderer) void {
the const self = @This(); isnt necessary here
ohh, okay, thank you much :)