mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-15 07:21:07 +00:00
8 lines
145 B
PHP
8 lines
145 B
PHP
|
// Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
|
||
|
|
||
|
#pragma builtin(local)
|
||
|
uniform CCLocal {
|
||
|
mat4 cc_matWorld;
|
||
|
mat4 cc_matWorldIT;
|
||
|
};
|