mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Merge branch 'CustomShaderFeatures' of https://github.com/Areloch/Torque3D into development
This commit is contained in:
commit
c283295f22
37 changed files with 1365 additions and 38 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
class GFXTexHandle;
|
||||
class GFXCubemap;
|
||||
|
||||
class CustomShaderBindingData;
|
||||
|
||||
struct SceneData
|
||||
{
|
||||
|
|
@ -95,6 +95,8 @@ struct SceneData
|
|||
/// features.
|
||||
void *materialHint;
|
||||
|
||||
Vector<CustomShaderBindingData*> customShaderData;
|
||||
|
||||
/// Constructor.
|
||||
SceneData()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue