Karl Zylinski 4 hónapja
szülő
commit
9564166a60
1 módosított fájl, 0 hozzáadás és 1 törlés
  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,