Comparing version
@@ -161,3 +161,4 @@ // All values and structures referenced from: | ||
format: format, | ||
flags: flags | ||
flags: flags, | ||
cubemap: cubemap | ||
} | ||
@@ -164,0 +165,0 @@ } |
{ | ||
"name": "parse-dds", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "parses the headers of a DDS texture file", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -55,4 +55,5 @@ # parse-dds | ||
- `flags` the DDS bit flags stored in the file | ||
- `format` a string, either `'dxt1'`, `'dxt3'`, `'dxt5'`, `'rgb32f'` or `'rgba32f'` | ||
- `format` a string, either `'dxt1'`, `'dxt3'`, `'dxt5'` or `'rgba32f'` | ||
- `images` a list of information to extract sub-arrays for each mipmap level | ||
- `cubemap` a boolean indicating whether the file contains a cubemap image | ||
@@ -59,0 +60,0 @@ Each image has the form: |
9110
0.94%156
0.65%72
1.41%