We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90fe0d commit cd643ddCopy full SHA for cd643dd
sprite/samplers/example/multi_sample.collection
@@ -10,7 +10,7 @@ embedded_instances {
10
" id: \"sprite\"\n"
11
" type: \"sprite\"\n"
12
" data: \"default_animation: \\\"logo_256\\\"\\n"
13
- "material: \\\"/example/multi_sprite.material\\\"\\n"
+ "material: \\\"/example/multi_sample_sprite.material\\\"\\n"
14
"textures {\\n"
15
" sampler: \\\"texture1_sampler\\\"\\n"
16
" texture: \\\"/example/one.atlas\\\"\\n"
sprite/samplers/example/multi_sample_sprite.material
@@ -1,7 +1,7 @@
1
name: "sprite"
2
tags: "tile"
3
vertex_program: "/builtins/materials/sprite.vp"
4
-fragment_program: "/example/multi_sprite.fp"
+fragment_program: "/example/multi_sample_sprite.fp"
5
vertex_constants {
6
name: "view_proj"
7
type: CONSTANT_TYPE_VIEWPROJ
0 commit comments