heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
69 stars 3 forks source link

If possible, support `Float16` data format for pixel upload/download #48

Open heyx3 opened 1 year ago

heyx3 commented 1 year ago
  1. Check whether it's officially supported. If not, then close this ticket.

  2. Add Float16 to supported_pixel_io_types()

  3. Add float16 to PixelIOTypes (presumably with the value GL_HALF_FLOAT)

  4. Update all code that interacts with PixelIOTypes to handle float16