Selaa lähdekoodia

Updated readme.

bkaradzic 13 vuotta sitten
vanhempi
sitoutus
39e53d11db
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -202,6 +202,9 @@ cross-platform shaders.
 
 
 ### Texture Compiler (texturec)
 ### Texture Compiler (texturec)
 
 
+This tool doesn't currently exist. Use nvdxt, or any other tool that produces
+DDS textures for now.
+
 ### Geometry Compiler (geometryc)
 ### Geometry Compiler (geometryc)
 
 
 Converts Wavefront .obj mesh file to format optimal for using with bgfx.
 Converts Wavefront .obj mesh file to format optimal for using with bgfx.
@@ -211,11 +214,12 @@ Todo
 
 
  - Multiple render targets.
  - Multiple render targets.
  - BlendFuncSeparate and BlendEquationSeparate.
  - BlendFuncSeparate and BlendEquationSeparate.
- - Copy from texture to texture.
+ - Blit between textures.
  - Occlusion queries.
  - Occlusion queries.
  - iOS platforms.
  - iOS platforms.
  - DX11: MSAA.
  - DX11: MSAA.
  - GL: MSAA.
  - GL: MSAA.
+ - Fullscreen mode.
 
 
 Notice
 Notice
 ------
 ------