mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-10 01:32:55 +08:00
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
// Copyright (c) 2017-2020 Xiamen Yaji Software Co., Ltd.
|
|
#include <decode-base>
|
|
|
|
#pragma define CCDecode(attr) \
|
|
attr.position = vec4(a_position, 1.0); \
|
|
attr.normal = a_normal; \
|
|
attr.tangent = a_tangent
|