247 Commits

Author SHA1 Message Date
7d05d67cd2 redefined VAB = VertexAttributeBinding 2021-11-29 17:04:55 +08:00
af72c68ebe used VBO instead of VAB 2021-11-29 15:58:48 +08:00
4281839e4d Deleted 3 member functions at VKMaterial that they acquire VAB member values because only a function used these functions. 2021-11-26 10:08:03 +08:00
c4f393d176 codes layout. 2021-11-26 10:00:20 +08:00
08ea3e9479 added RGBA4 formats at VKTextureLoader.cpp 2021-11-26 09:59:42 +08:00
4b6fd42451 CommandBuffer supported DebugMaker 2021-11-23 11:54:54 +08:00
e6df11e572 added DebugMaker 2021-11-23 11:54:35 +08:00
6a74d4eb95 added VK_EXT_DEBUG_MARKER_EXTENSION_NAME at VKDeviceCreater 2021-11-23 10:24:03 +08:00
1fc3d12ae3 removed set samplerAnisotropy codes at GPUDevice::CreateSampler(VkSamplerCreateInfo *) 2021-11-22 16:12:43 +08:00
6b6edc9d7c added subpass_count at GPUDevice::AcquireRenderPass function. 2021-11-22 16:12:01 +08:00
b1808e580d added subpass_count parameter at DeviceRenderPassManage::AcqurireRenderPass 2021-11-22 15:31:30 +08:00
eda3f2a5f0 optimized CreateDevice function of VKDeviceCreater.cpp 2021-11-22 14:19:59 +08:00
b5d344f3a9 added newly CreateSampler(Texture *) function at GPUDevice/RenderResource 2021-11-22 14:06:04 +08:00
86119f877b added features filled before vkCreateDevice 2021-11-22 14:05:18 +08:00
a0c0a637dc added 4 UPF formats. 2021-11-22 14:02:46 +08:00
b3c2fc3d8c added renderContext files. 2021-10-04 17:47:55 +08:00
d1619ecd9e optimized VKDeviceRenderPassManage.cpp 2021-10-04 17:42:00 +08:00
1217edccf3 added GetGranularity at RenderPass 2021-09-29 20:53:03 +08:00
79f6537b77 added VKRenderContext.cpp/.h 2021-09-29 20:52:14 +08:00
7ba2d0cf6f renamed type DescriptorSetType to DescriptorSetsType 2021-09-27 21:20:22 +08:00
b9f0632d7f added block repeat bind at DescriptorSets 2021-09-27 21:09:04 +08:00
9c487ae592 improved descriptorSets log output. 2021-09-27 20:56:50 +08:00
2a63dbefe0 added dynamic offset at BindDescriptorSets(RenderableInstance * ) 2021-09-27 20:56:17 +08:00
7b0e7ce606 added mtl_name attrib at MaterialDescriptorSets 2021-09-27 20:54:49 +08:00
dda6f3c473 fixed hash write error that it of RenderPass 2021-09-27 14:46:01 +08:00
faa5c62b76 changed default surface format to A2BGR10. 2021-09-24 00:53:27 +08:00
b222c52cc2 improve a few codes. 2021-09-23 22:13:57 +08:00
66c6072de4 Improve the code that defines the extension list when initializing the Vulkan Instance 2021-09-23 21:20:29 +08:00
2f8c71a997 added a few log output. 2021-09-23 19:09:03 +08:00
a7494dd07c added a few ext at CreateDevice. 2021-09-23 19:08:41 +08:00
8e72095384 added SurfaceFormats output. 2021-09-23 19:08:07 +08:00
b29244d702 added GET_SURFACE_CAPABILITIES_2_EXTENSION at Instance 2021-09-23 19:07:38 +08:00
a6c409c139 added GPUPhysicalDevice::CheckExtensionSupport function. 2021-09-23 19:06:58 +08:00
bde0c77911 Disabled enum formats of Surface 2021-09-23 16:55:33 +08:00
b468fa411d forced use SRGB_NONLINEAR color_space. 2021-09-23 15:29:28 +08:00
b9df5bdf8c restore old codes. 2021-09-23 15:23:09 +08:00
45f5d0d5be fixed a bug that don't copy color_space data. 2021-09-23 15:19:09 +08:00
95d8113e5c fixed a bug where DescriptorSets::BindInputAttachment 2021-09-22 18:11:02 +08:00
d3afabc170 merged GetUBO/GetUBODynamic and GetSSBO/GetSSBODynamic at MaterialDescriptorSets 2021-09-22 18:08:46 +08:00
2753f95999 moved CreatePipeline functions to RenderPass class. 2021-09-22 17:15:17 +08:00
fa47bc552c RenderTarget don't delete RenderPass when it exits. 2021-09-22 16:36:26 +08:00
4614bca36c create GPUDevice::ClearRenderPassManage() function. 2021-09-22 16:31:35 +08:00
f0ae8f5dae moved codes to VKDeviceRenderPassManage.cpp/.h 2021-09-22 16:28:39 +08:00
b5188a63ea add RenderPassTypeBy and cache 2021-09-22 15:32:20 +08:00
9f80a02821 resort source code files of pipeline 2021-09-16 20:34:12 +08:00
72351af025 fixed a bug that MaterialParameters didn't support dynamic UBO/SSBO. 2021-09-15 19:17:56 +08:00
d82534b168 Merge branch 'master' of https://github.com/hyzboy/ULRE 2021-09-15 14:20:51 +08:00
de03a53663 disabled VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME 2021-09-15 00:08:41 +08:00
b9da783f2c fixed a bug that save binding info at incorrect sds. 2021-09-14 21:38:46 +08:00
d2e36162d1 fixed a bug that it didn't check bindingCount at CreatePipelineLayoutData 2021-09-14 21:38:01 +08:00