REXM: RENAME: example: models_gpu_skinning --> models_animation_gpu_skinning

This commit is contained in:
Ray
2025-09-14 10:26:04 +02:00
parent c9b1f2ce54
commit 068978d5b3
8 changed files with 694 additions and 694 deletions

View File

@ -611,7 +611,7 @@ MODELS = \
models/models_cubicmap_rendering \
models/models_first_person_maze \
models/models_geometric_shapes \
models/models_gpu_skinning \
models/models_animation_gpu_skinning \
models/models_heightmap_rendering \
models/models_loading \
models/models_loading_gltf \
@ -1063,7 +1063,7 @@ models/models_first_person_maze: models/models_first_person_maze.c
models/models_geometric_shapes: models/models_geometric_shapes.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
models/models_gpu_skinning: models/models_gpu_skinning.c
models/models_animation_gpu_skinning: models/models_animation_gpu_skinning.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
--preload-file models/resources/models/gltf/greenman.glb@resources/models/gltf/greenman.glb \
--preload-file models/resources/shaders/glsl100/skinning.vs@resources/shaders/glsl100/skinning.vs \