重构材质系统

This commit is contained in:
2025-12-03 23:38:08 +08:00
parent bf62257884
commit 3c0e177905
47 changed files with 755 additions and 1151 deletions
+7 -5
View File
@@ -1,17 +1,19 @@
add_library(dv_standard_shaders SHARED
dll_main.cpp
vs_standard.h
vs_standard.inc
vs_standard.cpp
fs_debug_solid_color.h
fs_debug_solid_color.cpp
fs_debug_base_color.h
fs_debug_base_color.cpp
fs_debug_normal_texture.h
fs_debug_normal_texture.cpp
fs_debug_show_texture.h
fs_debug_show_texture.cpp
fs_debug_texture_coordinates.h
fs_debug_texture_coordinates.cpp
fs_debug_geometry_normal.h
fs_debug_geometry_normal.cpp
fs_classic_phong.h
fs_classic_phong.cpp
fs_pbr_gltf.h
fs_pbr_gltf.cpp
)
add_definitions(-DDV_SHADER_EXPORTS)