Graphics: Add 2D & cubemap white textures

This commit is contained in:
Lynix
2018-04-13 00:00:36 +02:00
parent 2da086b7df
commit 19f17fa059
8 changed files with 32 additions and 23 deletions

View File

@@ -85,6 +85,7 @@ Nazara Engine:
- Fixed Sound copy which was not copying looping state
- Fixed Billboard bounding volume
- Fixed Directory::GetResultSize and Directory::IsResultDirectory on Posix systems
- Graphics module now register "White2D" and "WhiteCubemap" textures to the TextureLibrary (respectively a 1x1 texture 2D and a 1x1 texture cubemap)
Nazara Development Kit:
- Added ImageWidget (#139)