Karl Zylinski 4 miesięcy temu
rodzic
commit
9564166a60
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      render_backend_d3d11.odin

+ 0 - 1
render_backend_d3d11.odin

@@ -353,7 +353,6 @@ create_texture :: proc(
 		Height     = u32(height),
 		MipLevels  = 1,
 		ArraySize  = 1,
-		// TODO: _SRGB or not?
 		Format     = dxgi_format_from_pixel_format(format),
 		SampleDesc = {Count = 1},
 		Usage      = .DEFAULT,