diff --git a/Dev/Cpp/TestRuntimeFramework/Runtime/EffectPlatform.h b/Dev/Cpp/TestRuntimeFramework/Runtime/EffectPlatform.h index 6d4f709846..52dec00a64 100644 --- a/Dev/Cpp/TestRuntimeFramework/Runtime/EffectPlatform.h +++ b/Dev/Cpp/TestRuntimeFramework/Runtime/EffectPlatform.h @@ -144,7 +144,7 @@ class EffectPlatform Effekseer::CustomVector initialData; initialData.resize(sizeof(float) * 4 * heightSize); texParam.Format = Effekseer::Backend::TextureFormatType::R32G32B32A32_FLOAT; - texParam.Size = {1, heightSize}; + texParam.Size = {1, heightSize, 1}; for (size_t i = 0; i < heightSize; i++) {