소스 검색

Old comment

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