1200 Commits

Author SHA1 Message Date
5738837008 update String<> names 2025-01-04 14:14:47 +08:00
3337eb6652 Merge branch 'devel_37_RenderFramework' of http://www.hyzgame.com:3000/hyzboy/ULRE into devel_37_RenderFramework
# Conflicts:
#	inc/hgl/graph/module/SwapchainModule.h
#	src/SceneGraph/module/GraphModule.cpp
2024-12-24 13:13:23 +08:00
c7ae16b2c8 created RenderTargetManager they are codes from TextureManager 2024-12-24 13:10:01 +08:00
07b71ec0fe few update 2024-12-24 02:45:02 +08:00
2516e9cfc1 splited InitDependentModules 2024-12-21 17:25:30 +08:00
bd9e587691 remove module_fullname from GraphModule. 2024-12-19 08:37:45 +08:00
260fb1b2ba few update about GraphModulesMap 2024-12-18 08:26:01 +08:00
34846acae0 [DON'T WORK] added dependent modules .... 2024-12-17 13:57:21 +08:00
d1c3934beb Use RenderFramework instead of GPUDevice at Init GraphModuleManager 2024-12-16 23:24:08 +08:00
7dd075b495 Merge branch 'devel_37_RenderFramework' of http://www.hyzgame.com:3000/hyzboy/ULRE into devel_37_RenderFramework
# Conflicts:
#	CMSceneGraph
#	CMUtil
#	inc/hgl/graph/module/GraphModule.h
2024-12-13 22:15:02 +08:00
ff475a69b1 GraphModuleManager construct include RenderFramework; 2024-12-13 00:30:44 +08:00
758acafe88 Added module_init in GraphModule, pareparing to splite "new" and "init" operation, because the dependency is must support. 2024-12-12 13:32:28 +08:00
c45047c482 suppported newly codes about Hash 2024-12-12 13:30:51 +08:00
6c160f5c53 supported new Comparator<> and ItemComparator<> 2024-12-12 13:30:11 +08:00
dd5a78cbaa renamed to Comparator.h from CompOperator.h 2024-12-05 13:55:56 +08:00
a1d8ad52cb use newly Compartor<> 2024-12-05 13:49:44 +08:00
4f335f7230 ordered module_list in RenderFramework 2024-11-19 00:20:35 +08:00
5217df7923 layout codes 2024-11-15 00:11:06 +08:00
abad1784c2 fixed Order for to release graph modules. 2024-11-14 23:40:26 +08:00
fda5b629a2 added to RenderCmdBuffer's Begin and End of Swapchain in RenderFramework::MainLoop 2024-11-14 00:24:13 +08:00
2ab78bf4e6 add transfer_family in DeviceAttribute 2024-11-13 00:16:41 +08:00
359c1cdc87 Init OK! but sumbit a null CmdBuffer is a Bug. 2024-11-13 00:01:26 +08:00
2bb1056b2a a part of RenderFramework::Init(..) 2024-11-12 01:51:14 +08:00
66b75aceb9 added InitRenderCmdBuffer/ClearRenderCmdBuffer in SwapchainModule 2024-11-12 01:50:40 +08:00
b775ffa920 BeginFrame/EndFrame for SwapchainModule/RenderFramework 2024-11-11 01:49:48 +08:00
9f37373631 use image_count instead of color_count in Swapchain 2024-11-11 01:18:28 +08:00
adc3c5bd81 all compile OK! but 100% can't run. 2024-11-09 19:28:31 +08:00
64e8410f3f redefrag SwapchainModule 2024-11-09 00:58:13 +08:00
25be75eefa Moved few codes to RenderPassManager from GPUDevice 2024-11-09 00:57:40 +08:00
c9855d7dee use XXHash3 instead of sha1-le in RenderPassManager 2024-11-09 00:41:15 +08:00
e3dccd6b06 Use XXHASH3_128bit instead of SHA1-LittleEndian in hash of RenderPass 2024-11-09 00:30:38 +08:00
21b2a3d5c8 moved new path about RenderPassManager 2024-11-09 00:20:21 +08:00
c5fd711c09 renamed to RenderPassManager from DeviceRenderPassManage 2024-11-09 00:13:21 +08:00
5d3f2cfdfd port DeviceRenderPassManage 2024-11-09 00:12:03 +08:00
6b466f63cf moved CreateFBO/CreateRT to TextureManager 2024-11-09 00:11:43 +08:00
336688b4f0 moved few codes to SwapchainModule 2024-11-09 00:10:27 +08:00
75fb0dd672 removed GraphManager.h/.cpp 2024-11-09 00:09:29 +08:00
c3a5518b38 moved Swapchain's codes to SwapchainModule 2024-11-06 00:34:23 +08:00
173d3e075a To add newly texture to set/map in TextureManager 2024-11-06 00:21:01 +08:00
8ff954b5c2 Added RenderFramework::GetTextureManager() 2024-11-06 00:19:37 +08:00
30d13ec2c7 removed device from VKTexture.h 2024-11-06 00:19:12 +08:00
acdbdcd8b5 few codes about TextureManager 2024-11-05 23:52:53 +08:00
95e9fe79a9 moved few codes to TextureManager 2024-11-05 23:12:35 +08:00
88f5948a2e moved LoadTexture2D/CreateTexture2DArray/LoadTextureCube to TextureManager from VKRenderResource 2024-11-05 23:02:38 +08:00
f6cc1ee619 Added GraphModuleManager::ReleaseModule(GraphModule *) 2024-11-05 23:01:45 +08:00
f1f562c709 restruct codes for TextureManager 2024-11-05 00:04:36 +08:00
1543ed8952 renamed to SortedSet instead of SortedSets 2024-11-04 23:06:57 +08:00
722faa1a27 added WorldCoord in LightCullMode.h 2024-10-30 00:51:50 +08:00
3e88b0b77f Added RenderBufferName.h,RenderWorkflow.h and few update. 2024-10-30 00:29:20 +08:00
5ba5a331a5 moved Check()/Comp()/From() to .cpp from ShaderVariableType.h 2024-10-29 23:40:32 +08:00