improved GenerateMipmaps function.

This commit is contained in:
2021-12-14 11:08:33 +08:00
parent 7c2af6788d
commit b2b625ef92
2 changed files with 15 additions and 11 deletions

View File

@@ -45,7 +45,7 @@ namespace hgl
union
{
uint32 length; ///<长(1D纹理用)
uint32 width; ///<宽(2D/Cube纹理用)
uint32 width; ///<宽(2D/3D/Cube纹理用)
};
uint32 height; ///<高(2D/3D/Cube纹理用)