Skip to content

Commit

Permalink
Add note on SVG support in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Sep 1, 2024
1 parent 21d8d09 commit 7a700f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ When in memory, the assets can be for example be
### Texture2D

| Format | Deserialize | Serialize | Feature |
| ------ | ----------- | --------- | ------- |
|--------|-------------|-----------|---------|
| PNG ||| `png` |
| JPEG |||  `jpeg` |
| JPEG ||| `jpeg` |
| HDR ||| `hdr` |
| GIF ||| `gif` |
| TGA ||| `tga` |
| TIFF ||| `tiff` |
| BMP ||| `bmp` |
| SVG ||| `svg` |

### PointCloud

Expand Down

0 comments on commit 7a700f5

Please sign in to comment.