직렬화 함수 작성 끝

This commit is contained in:
2025-06-09 03:47:48 +09:00
parent 5ba62b5312
commit 50c9bd68fc
47 changed files with 324 additions and 201 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include "vulkan_engine/vulkan/texture_handle.h"
namespace veng {
struct Material {
TextureHandle texture_handle;
};
} // namespace veng