renamed to InlineDescriptor instead of GlobalDescriptor

This commit is contained in:
2023-03-29 17:27:05 +08:00
parent 137248a274
commit f280068d50
4 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ enum class CoordinateSystem2D
Ortho //左上角为0,0右下角为(width-1),(height-1)
};
namespace GlobalDescriptor
namespace InlineDescriptor
{
struct ShaderStruct
{