mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 08:09:13 +08:00
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
// Copyright (c) 2017-2020 Xiamen Yaji Software Co., Ltd.
|
|
#include <decode-base>
|
|
|
|
#pragma define CCDecode(position) \
|
|
position = vec4(a_position, 1.0)
|