|
4ee6962d04
|
added lot of debug output based VkDebugUtils
|
2023-10-13 01:48:07 +08:00 |
|
|
5230fbc27f
|
added little codes of texture 2d array, but can't run.
|
2023-09-25 16:38:02 +08:00 |
|
|
b980457ba2
|
renamed DeviceBuffer/DeviceMemory instead of GPUBuffer/GPUMemory,
|
2022-10-14 17:52:35 +08:00 |
|
|
5d608624c0
|
fixed mipmaps autogen at Cubemap
|
2022-01-07 19:39:39 +08:00 |
|
|
80bacd2b44
|
improved TextureLoader and VKTexture2DLoader
|
2021-12-14 16:32:03 +08:00 |
|
|
08fb9ec6d1
|
move codes.
1.add a new construct function of TextureData, it's use TextureCreateInfo params.
2.add a new construct function of BufferImageCopy.
|
2020-11-17 14:35:04 +08:00 |
|
|
672a14e656
|
1.removed command_buffer from RenderTarget
2.created and used RenderbufferInfo
|
2020-10-27 22:43:24 +08:00 |
|
|
e13d442ee1
|
support texture file with mipmaps data.
|
2020-10-25 21:29:18 +08:00 |
|
|
2c5fd977f2
|
finished support autoGenerateMipmaps
|
2020-10-24 21:50:36 +08:00 |
|
|
0e411740ad
|
all codes use new method, it's TextureCreateInfo
|
2020-10-24 19:11:03 +08:00 |
|
|
507c46cc78
|
create a new VKTextureCreateInfo.h
|
2020-10-23 21:21:09 +08:00 |
|