浏览代码

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,