renamed many values.

This commit is contained in:
hyzboy 2024-02-13 22:27:12 +08:00
parent f666d5b248
commit a8d68c295d

View File

@ -42,7 +42,7 @@ private:
private: private:
bool InitMaterialAndPipeline() bool InitVertexLumMP()
{ {
mtl::Material3DCreateConfig cfg(device->GetDeviceAttribute(),"VertexLuminance3D",Prim::Lines); mtl::Material3DCreateConfig cfg(device->GetDeviceAttribute(),"VertexLuminance3D",Prim::Lines);
@ -117,7 +117,7 @@ public:
if(!SceneAppFramework::Init(w,h)) if(!SceneAppFramework::Init(w,h))
return(false); return(false);
if(!InitMaterialAndPipeline()) if(!InitVertexLumMP())
return(false); return(false);
if(!CreateRenderObject()) if(!CreateRenderObject())