Ver código fonte

Remove unused interface field

Karl Zylinski 4 meses atrás
pai
commit
8f0ab53b56
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      render_backend_interface.odin

+ 0 - 2
render_backend_interface.odin

@@ -32,8 +32,6 @@ Render_Backend_Interface :: struct {
 	get_swapchain_height: proc() -> int,
 	flip_z: proc() -> bool,
 
-	batch_vertex: proc(v: Vec2, uv: Vec2, color: Color),
-
 	default_shader_vertex_source: proc() -> string,
 	default_shader_fragment_source: proc() -> string,
 }