35 Commits

Author SHA1 Message Date
adc3c5bd81 all compile OK! but 100% can't run. 2024-11-09 19:28:31 +08:00
173d3e075a To add newly texture to set/map in TextureManager 2024-11-06 00:21:01 +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
f1f562c709 restruct codes for TextureManager 2024-11-05 00:04:36 +08:00
6c6e1c1a8d Renamed to VKTexture.....cpp from VKDeviceTexture....cpp 2024-10-30 22:22:55 +08:00
2ffe402fae update codes of about TextureLoader 2024-10-29 00:49:47 +08:00
d3df8d50ca used GetVkDevice() instead of GetVulkanDevice() 2024-10-29 00:36:48 +08:00
2221e10750 Added GraphManager/TextureManager, moved few codes to they are. 2024-10-29 00:34:02 +08:00
8f0cd9f35b use AnsiString in shader 2024-07-26 03:25:09 +08:00
416b7bfcb3 support C++20 2024-07-26 03:24:44 +08:00
9a7e711658 LoadTexture2DToArray OK! test ok! 2023-09-25 20:32:12 +08:00
65c3d5cad1 renamed to CreateTexture from GetTexture in TextureLoader<> 2023-09-25 19:49:06 +08:00
7d9192051a added codes about Texture2DArray. 2023-09-25 17:34:36 +08:00
22099b6b84 added CopyBufferToImage2D and use it. 2023-09-25 17:33:59 +08:00
322d24c4ca added GPUDevice::CreateTexture2DArray functions. 2023-09-25 17:01:21 +08:00
5230fbc27f added little codes of texture 2d array, but can't run. 2023-09-25 16:38:02 +08:00
f901708b6c improved codes. 2023-09-25 15:37:41 +08:00
2487cb1f36 added CopyBufferToImage.h 2023-09-25 15:13:30 +08:00
7805494ca9 created a new GPUDevice::CopyBufferToImage(CopyBufferToImageInfo *,..) 2023-09-25 14:44:53 +08:00
ac4c97d33a renamed to CopyBufferToImage from CommitTexture 2023-09-25 12:42:48 +08:00
8f6260f440 fixed bug at GPUDevice::ChangeTexture2D 2023-06-07 20:25:32 +08:00
18850b0e27 BufferImageCopy supported RectScope2<> 2023-06-07 20:23:13 +08:00
137248a274 add lost #include 2023-03-29 16:45:57 +08:00
0457d28577 fixed lost of #include 2023-03-25 15:47:08 +08:00
b980457ba2 renamed DeviceBuffer/DeviceMemory instead of GPUBuffer/GPUMemory, 2022-10-14 17:52:35 +08:00
d902774d46 update BufferImageCopy2D that it can supported cubemap now 2022-01-07 21:15:44 +08:00
5d608624c0 fixed mipmaps autogen at Cubemap 2022-01-07 19:39:39 +08:00
1d499ffd5b added Cubemap support,but only test non-mipmaps texture. 2022-01-07 16:55:39 +08:00
3bd165fbe5 optimized params of GPUDevice::CommitTexture2DMipmaps 2022-01-07 12:14:43 +08:00
b064a4de5f deleted not needed params at GPUDevice::CommitTexture2D that they are width and height. 2022-01-07 12:05:52 +08:00
f70c2d8f51 added clear codes and comment. 2022-01-07 11:57:13 +08:00
556f3a08a2 add VKDeviceTextureCube.cpp 2022-01-05 18:18:43 +08:00
f82c8eeb50 moved path 2022-01-05 16:07:32 +08:00
cd44800254 splited VKDeviceTexture2D.cpp to 4 files. 2022-01-05 16:02:07 +08:00