소스 검색

Remove unused interface field

Karl Zylinski 4 달 전
부모
커밋
8f0ab53b56
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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,
 }