Fix NanoVDB upload buffer early release causing white screen
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -104,7 +104,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
|
||||
StaticMeshComponent staticMeshComponent;
|
||||
staticMeshComponent.InitFromFile(commandList, "Res/Model/Sphere.lhsm");
|
||||
|
||||
bool runTest = false; // set to true to run NanoVDB test
|
||||
bool runTest = true; // set to true to run NanoVDB test
|
||||
if (runTest) {
|
||||
RunNanoVDBTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user