Change-Id: If4125c2e39bd97890a470ea6b1a6056e70f835d2
#define DALI_INTERNAL_RENDER_SHADER_H
/*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
[[nodiscard]] ShaderDataPtr GetShaderData(uint32_t renderPass) const;
private: // Data
- Dali::Shader::Hint::Value mHints;
-
std::vector<ShaderDataPtr> mShaderDataList;
};