PresentationFormat()
new PresentationFormat()
Class to be used to decide if the output textures can hold more data beyond the range from 0..1. Useful for HDR images.
- Source:
- PresentationFormat.js, line 1
Example
points.presentationFormat = PresentationFormat.RGBA16FLOAT;
Members
staticBGRA8UNORM
- Source:
- PresentationFormat.js, line 14
staticRGBA16FLOAT
- Source:
- PresentationFormat.js, line 22
staticRGBA32FLOAT
- Source:
- PresentationFormat.js, line 26
staticRGBA8UNORM
- Source:
- PresentationFormat.js, line 18