-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] : fix texture glitch after resize
some computes was with local group 8,8 but with texture size not multiple of 8. now all computes are using 1,1 except those who not process textures
- Loading branch information
Showing
48 changed files
with
121 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define AudiArt_Prefix "AudiArt" | ||
#define AudiArt_BuildNumber 122 | ||
#define AudiArt_BuildNumber 123 | ||
#define AudiArt_MinorNumber 0 | ||
#define AudiArt_MajorNumber 0 | ||
#define AudiArt_BuildId "0.0.122" | ||
#define AudiArt_BuildId "0.0.123" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define CodeGenerator_Prefix "CodeGenerator" | ||
#define CodeGenerator_BuildNumber 744 | ||
#define CodeGenerator_BuildNumber 745 | ||
#define CodeGenerator_MinorNumber 0 | ||
#define CodeGenerator_MajorNumber 0 | ||
#define CodeGenerator_BuildId "0.0.744" | ||
#define CodeGenerator_BuildId "0.0.745" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define Landscape_Prefix "Landscape" | ||
#define Landscape_BuildNumber 25 | ||
#define Landscape_BuildNumber 26 | ||
#define Landscape_MinorNumber 0 | ||
#define Landscape_MajorNumber 0 | ||
#define Landscape_BuildId "0.0.25" | ||
#define Landscape_BuildId "0.0.26" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define Lighting_Prefix "Lighting" | ||
#define Lighting_BuildNumber 654 | ||
#define Lighting_BuildNumber 656 | ||
#define Lighting_MinorNumber 0 | ||
#define Lighting_MajorNumber 0 | ||
#define Lighting_BuildId "0.0.654" | ||
#define Lighting_BuildId "0.0.656" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define MeshGen_Prefix "MeshGen" | ||
#define MeshGen_BuildNumber 409 | ||
#define MeshGen_BuildNumber 410 | ||
#define MeshGen_MinorNumber 0 | ||
#define MeshGen_MajorNumber 0 | ||
#define MeshGen_BuildId "0.0.409" | ||
#define MeshGen_BuildId "0.0.410" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define Misc_Prefix "Misc" | ||
#define Misc_BuildNumber 205 | ||
#define Misc_BuildNumber 207 | ||
#define Misc_MinorNumber 1 | ||
#define Misc_MajorNumber 0 | ||
#define Misc_BuildId "0.1.205" | ||
#define Misc_BuildId "0.1.207" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define Particles_Prefix "Particles" | ||
#define Particles_BuildNumber 434 | ||
#define Particles_BuildNumber 435 | ||
#define Particles_MinorNumber 0 | ||
#define Particles_MajorNumber 0 | ||
#define Particles_BuildId "0.0.434" | ||
#define Particles_BuildId "0.0.435" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define PlanetSystem_Prefix "PlanetSystem" | ||
#define PlanetSystem_BuildNumber 191 | ||
#define PlanetSystem_BuildNumber 192 | ||
#define PlanetSystem_MinorNumber 0 | ||
#define PlanetSystem_MajorNumber 0 | ||
#define PlanetSystem_BuildId "0.0.191" | ||
#define PlanetSystem_BuildId "0.0.192" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define PostProcessing_Prefix "PostProcessing" | ||
#define PostProcessing_BuildNumber 701 | ||
#define PostProcessing_BuildNumber 703 | ||
#define PostProcessing_MinorNumber 1 | ||
#define PostProcessing_MajorNumber 0 | ||
#define PostProcessing_BuildId "0.1.701" | ||
#define PostProcessing_BuildId "0.1.703" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.