|
49f37447d0
|
added comment at RenderList2D
|
2023-03-29 21:19:06 +08:00 |
|
|
f280068d50
|
renamed to InlineDescriptor instead of GlobalDescriptor
|
2023-03-29 17:27:05 +08:00 |
|
|
137248a274
|
add lost #include
|
2023-03-29 16:45:57 +08:00 |
|
|
ec45b977d1
|
added DescriptorSetType values in AddUBO of MaterialCreateInfo
|
2023-03-29 16:45:37 +08:00 |
|
|
38f9a2896f
|
optimized codes of VKArrayBuffer
|
2023-03-29 11:45:15 +08:00 |
|
|
59b02bcb8c
|
optimized VKArrayBuffer
|
2023-03-28 22:24:22 +08:00 |
|
|
05e96c58ba
|
added VKUBODynamic.h and support from VKArrayBuffer.h
|
2023-03-28 21:52:08 +08:00 |
|
|
cb09767151
|
optimized DescriptorBinding::Bind
|
2023-03-27 12:01:33 +08:00 |
|
|
554220699f
|
added newly functions at MaterialParameters that used index instead of name
|
2023-03-27 12:00:53 +08:00 |
|
|
3937206fcb
|
upgraded DescriptorBinding
|
2023-03-27 10:22:55 +08:00 |
|
|
88f23d9a07
|
Merge branch 'master' of https://github.com/hyzboy/ULRE
|
2023-03-26 00:04:50 +08:00 |
|
|
15324d9c86
|
layout codes.
|
2023-03-26 00:04:31 +08:00 |
|
|
6c3e674d23
|
used DescriptorBinding in Global Binding
|
2023-03-25 23:12:08 +08:00 |
|
|
fefdc19674
|
added GetBindingMap at MaterialDescriptorManager and MaterialParameters
|
2023-03-25 23:11:43 +08:00 |
|
|
18a4212935
|
Merge branch 'master' of https://github.com/hyzboy/ULRE
|
2023-03-25 15:48:09 +08:00 |
|
|
0457d28577
|
fixed lost of #include
|
2023-03-25 15:47:08 +08:00 |
|
|
fd39d08fda
|
Update README.md
|
2023-03-24 22:43:04 +08:00 |
|
|
8e52595123
|
standalone RenderList2D
|
2023-03-24 22:14:43 +08:00 |
|
|
19a20411d8
|
supported SSBAlign in ArrayBuffer
|
2023-03-24 22:14:05 +08:00 |
|
|
8363275b36
|
moved codes to .cpp from VKArrayBuffer.h
|
2023-03-24 20:39:02 +08:00 |
|
|
939bbfeb1f
|
splite RenderNode2D/3D,RenderList2D/3D
|
2023-03-23 21:43:10 +08:00 |
|
|
f555c77a83
|
not run.
|
2023-03-22 21:40:49 +08:00 |
|
|
160ba000d3
|
want to split RenderList2D/3D
|
2023-03-22 21:19:23 +08:00 |
|
|
5f830b8d57
|
changed GPUArrayBuffer to non-template
|
2023-03-22 21:18:46 +08:00 |
|
|
5d9aab7dda
|
used RenderablePrimitiveCreater and ZeroToOne coordinate system at third_triangle.cpp
|
2023-03-22 19:41:06 +08:00 |
|
|
cde2d9f86b
|
used AutoDelete<MaterialCreateInfo> instead of delete operator.
|
2023-03-22 19:39:53 +08:00 |
|
|
d26eb482e7
|
used DESCRIPTOR_SET_TYPE_COUNT instead of "int(DescriptorSetType::RANGE_SIZE)"
|
2023-03-22 19:39:03 +08:00 |
|
|
eb8e0a921b
|
used DESCRIPTOR_SET_TYPE_COUNT instead of "(size_t)DescriptorSetType::RANGE_SIZE"
|
2023-03-22 19:37:48 +08:00 |
|
|
9fd13680d1
|
used RenderablePrimitiveCreater in second_triangle.cpp
|
2023-03-22 18:15:45 +08:00 |
|
|
8af96ed4a5
|
added a test that it's zero2one coordinate system at second_triangle.cpp
|
2023-03-22 17:56:36 +08:00 |
|
|
57b480754c
|
renamed name of example project
|
2023-03-22 16:09:11 +08:00 |
|
|
ac42dcdb26
|
finished auto bound GlobalDescriptor
|
2023-03-22 15:58:59 +08:00 |
|
|
e1c3b95de7
|
next work: support 3-way coordinate system in VertexColor2D material.
|
2023-03-22 02:41:19 +08:00 |
|
|
ee061e4a1a
|
Bind ViewportInfo to Global in VulkanAppFramework
|
2023-03-22 02:40:26 +08:00 |
|
|
f2c6c24ddf
|
added BindGlobalDescriptor at RenderResource
|
2023-03-22 02:35:37 +08:00 |
|
|
76f5dcb884
|
1.added GetDescriptorCount at MaterialParameters
2.renamed to GetBoundCount from GetCount
|
2023-03-22 02:35:05 +08:00 |
|
|
157c09eff0
|
added GetBindCount at MaterialDescriptorManager
|
2023-03-22 02:31:39 +08:00 |
|
|
9f8e63788d
|
used 2d array at binding_map of MaterialDescriptorManager
|
2023-03-21 22:28:01 +08:00 |
|
|
a7c761e1c5
|
renamed value.
|
2023-03-21 21:46:16 +08:00 |
|
|
44620abc21
|
added SetGlobal/GetGlobal/Free at RenderResource
|
2023-03-21 21:37:03 +08:00 |
|
|
8bf1ad2a46
|
added a standard material that it's VertexColor2DNDC.
|
2023-03-21 21:01:16 +08:00 |
|
|
d26cae0086
|
removed shadergen namespace
|
2023-03-21 18:05:48 +08:00 |
|
|
bc9fc9b50f
|
fixed a bug that it don't Add(mtl) at RenderResource::CreateMaterial(MaterialCreateInfo *)
|
2023-03-21 18:05:27 +08:00 |
|
|
fb4c8ed8c2
|
removed SPVParseData
|
2023-03-21 18:04:26 +08:00 |
|
|
0dae30fa06
|
updated first_triangle.cpp
|
2023-03-21 14:37:51 +08:00 |
|
|
48b5a978b8
|
added a newly RenderResource::CreateMaterialInstance(MaterialCreateInfo *,...)
|
2023-03-21 14:36:48 +08:00 |
|
|
694add27ae
|
first tested ok that AutoMaterial in first_triangle example.
|
2023-03-21 14:17:33 +08:00 |
|
|
251bbd2705
|
added "all_dslb=nullptr" at construct function of MaterialDescriptorManager.
|
2023-03-21 14:16:48 +08:00 |
|
|
3bfc31b57f
|
added a safe check at ~PipelineLayoutData()
|
2023-03-21 14:15:58 +08:00 |
|
|
8c8a218a3a
|
added GetCount() at MaterialDescriptorInfo class.
|
2023-03-21 14:15:33 +08:00 |
|