issues
search
Siv3D
/
OpenSiv3D
C++20 framework for creative coding 🎮🎨🎹 / Cross-platform support (Windows, macOS, Linux, and the Web)
https://siv3d.github.io/
MIT License
1.02k
stars
139
forks
source link
ConstantBuffer の改善
#1155
Closed
Reputeless
closed
9 months ago
Reputeless
commented
11 months ago
ConstantBuffer<Float4> cb{ 0.0f, 0.1f, 0.2f, 0.3f };
と書けるようにする
不要なコピーコンストラクタ定義を削除
reported by:
https://discord.com/channels/443310697397354506/999983621408567326/1178511236896407652
ConstantBuffer<Float4> cb{ 0.0f, 0.1f, 0.2f, 0.3f };
と書けるようにする