Skip to content

seotaro/deckgl-grayscale16bpp-bitmaplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deckgl-grayscale16bpp-bitmaplayer

Demo

Live Demo

image

Install

yarn

Run

yarn start

Notes

Available parameter combinations in luma.gl's Texture2D.

format type pixelStore[GL.UNPACK_ALIGNMENT] bpp
RGBA UNSIGNED_BYTE 4 32
RGB UNSIGNED_BYTE 1 24
LUMINANCE_ALPHA UNSIGNED_BYTE 2 16
LUMINANCE UNSIGNED_BYTE 1 8