Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.22 KB

TODO.md

File metadata and controls

44 lines (35 loc) · 1.22 KB

To Do List {#todo}

$Date$

=== Volunteers welcome! ===

library

  • Find a way so that applications do not have to define KTX_OPENGL{,_ES*} when using the library.
  • make reader that is usable without OpenGL context
  • use TexStorage in GL texture loader when available
  • add Vulkan texture loader

library testing

  • test for GL-context-free reader
  • test for Vulkan loader
  • proper mipmap test (multiple planes each showing a different miplevel)
  • GLES2 load tests
  • cubemap & array texture loading tests for Vulkan
  • 3D texture loading test for Vulkan
  • cubemap & array texture loading tests for OpenGL
  • 3D texture loading tests for OpenGL
  • port test framework to Android.

toktx

  • support reading formats other than PPM
  • create ddx2ktx tool.
  • support 3D and array textures
  • Source & reference ktx files for 1D textures
  • Source & reference ktx files for cubemap & array texture creation tests
  • Source & reference ktx files for 3D texture creation tests