Missing shaders in Android Packages for raytracingshadows and raytracingreflections
This commit is contained in:
parent
0721179003
commit
bf538e772f
2 changed files with 4 additions and 4 deletions
|
|
@ -49,8 +49,8 @@ task copyTask {
|
||||||
}
|
}
|
||||||
|
|
||||||
copy {
|
copy {
|
||||||
from '../../../data/shaders/glsl/raytracingbasic'
|
from '../../../data/shaders/glsl/raytracingreflections'
|
||||||
into 'assets/shaders/glsl/raytracingbasic'
|
into 'assets/shaders/glsl/raytracingreflections'
|
||||||
include '*.*'
|
include '*.*'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,8 +49,8 @@ task copyTask {
|
||||||
}
|
}
|
||||||
|
|
||||||
copy {
|
copy {
|
||||||
from '../../../data/shaders/glsl/raytracingbasic'
|
from '../../../data/shaders/glsl/raytracingshadows'
|
||||||
into 'assets/shaders/glsl/raytracingbasic'
|
into 'assets/shaders/glsl/raytracingshadows'
|
||||||
include '*.*'
|
include '*.*'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue