This website requires JavaScript.
7f1532dc6e
updated example programs that are second_triangle and third_triangle
HuYingzhuo(hugo/hyzboy)
2023-06-05 17:10:52 +08:00
01cdb7661b
used UTF8String instead of OSString in shader_module_by_name and material_by_name of RenderResource
HuYingzhuo(hugo/hyzboy)
2023-06-05 17:07:37 +08:00
ab6a8435a1
optimized codes of ShaderCreateInfo::ProcDefine
HuYingzhuo(hugo/hyzboy)
2023-06-05 17:01:13 +08:00
d17932c7a4
removed source codes about "Load Material file"
HuYingzhuo(hugo/hyzboy)
2023-06-05 17:00:22 +08:00
f4a8406ad8
support MI_MAX_COUNT in ShaderGen
HuYingzhuo(hugo/hyzboy)
2023-06-02 20:45:19 +08:00
22bc5f6653
rename params name
HuYingzhuo(hugo/hyzboy)
2023-06-02 14:23:33 +08:00
fc94ee82b4
layout and renamed value
HuYingzhuo(hugo/hyzboy)
2023-06-02 14:22:07 +08:00
f8fe0e46d6
added WriteMaterialInstance in RenderExtraBuffer
HuYingzhuo(hugo/hyzboy)
2023-06-01 21:25:50 +08:00
e076b72f1a
splited MaterialRenderList and MaterialRenderMap, RenderExtraBuffer
HuYingzhuo(hugo/hyzboy)
2023-06-01 15:08:45 +08:00
a04742c347
completed MaterialInstance codes in ShaderGen
HuYingzhuo(hugo/hyzboy)
2023-06-01 14:47:05 +08:00
1668a0c973
added InitLogger at VulkanAppFramework::Init
HuYingzhuo(hugo/hyzboy)
2023-06-01 14:46:21 +08:00
e2dd652c3a
added few codes about MaterialInstance
HuYingzhuo(hugo/hyzboy)
2023-05-31 20:14:45 +08:00
a2c3438c58
added main_function value and SetMain function at ShaderCreateInfo class.
HuYingzhuo(hugo/hyzboy)
2023-05-31 20:14:13 +08:00
5521c53c94
to supported new version of GLSLCompiler.dll
HuYingzhuo(hugo/hyzboy)
2023-05-31 17:18:14 +08:00
71fd42cfc8
updated VKDeviceCreater.cpp
HuYingzhuo(hugo/hyzboy)
2023-05-30 17:57:12 +08:00
222ff2961f
renamed to AccessVAD from CreateCADA
HuYingzhuo(hugo/hyzboy)
2023-05-29 21:43:39 +08:00
ed5aac2a9d
layout codes.
HuYingzhuo(hugo/hyzboy)
2023-05-22 21:28:48 +08:00
233523231e
Move the ShaderStageBind to the PrimitiveCreate inside, and renamed to PrimitiveVertexBuffer
HuYingzhuo(hugo/hyzboy)
2023-05-22 21:26:43 +08:00
3523afc6c2
added fourth_triangle.cpp, not ok!!!
HuYingzhuo(hugo/hyzboy)
2023-05-22 15:29:07 +08:00
6b498d7e91
updated PureColor2D material codes
HuYingzhuo(hugo/hyzboy)
2023-05-22 14:31:37 +08:00
fa7ecb91ac
supported MaterialInstance in ShaderGen module.
HuYingzhuo(hugo/hyzboy)
2023-05-22 14:30:38 +08:00
d5b719152f
removed Material::GetMaterialData()
HuYingzhuo(hugo/hyzboy)
2023-05-22 14:29:39 +08:00
410a386423
added ShaderDescriptorInfo::AddStruct
HuYingzhuo(hugo/hyzboy)
2023-05-22 14:29:16 +08:00
641ba4431f
changed to UTF8 encode
HuYingzhuo(hugo/hyzboy)
2023-05-19 22:23:40 +08:00
c485941342
added PureColor2D.cpp
HuYingzhuo(hugo/hyzboy)
2023-05-19 22:22:55 +08:00
198fe55216
added HandoverMI and GetMI at MFCommon.h
HuYingzhuo(hugo/hyzboy)
2023-05-19 22:22:30 +08:00
ad7c652cd4
added Interpolation at ShaderCreateInfo
HuYingzhuo(hugo/hyzboy)
2023-05-19 22:21:49 +08:00
46b6797bce
added comments.
HuYingzhuo(hugo/hyzboy)
2023-05-16 16:56:32 +08:00
c8dbd40333
removed VertexColor2D.h
HuYingzhuo(hugo/hyzboy)
2023-05-16 15:27:51 +08:00
35844d52bc
finished Std2DMaterial and new VertexColor2D, and fixed first_triangle,second_triangle,third_triangle samples.
HuYingzhuo(hugo/hyzboy)
2023-05-16 15:21:32 +08:00
36d872359e
updated README.md
hyzboy
2023-05-16 02:33:19 +08:00
8086fb76f1
fixed a few compile error.
hyzboy
2023-05-16 02:23:45 +08:00
d660691cec
added MFGetPosition.h
HuYingzhuo(hugo/hyzboy)
2023-05-15 22:05:21 +08:00
c5699fd1af
1.splited CoordinateSystem.h, MaterialConfig.h,RenderTargetOutputConfig.h,Material2DConfig.h,StdMaterial.h/.cpp,UBOCommon.h,MFCommon.h 2.adjust namespace.
HuYingzhuo(hugo/hyzboy)
2023-05-15 21:52:57 +08:00
9316135942
used simply VAT at ShaderCreateInfoVertex.h
HuYingzhuo(hugo/hyzboy)
2023-05-13 14:59:46 +08:00
8340209697
renamed to JointID/JointWeight instead of BoneID/BoneWeight
hyzboy
2023-05-13 03:14:38 +08:00
aa217c6fc5
added SortedSets<MaterialInstance *> at RenderNode.h/.cpp
HuYingzhuo(hugo/hyzboy)
2023-05-12 21:37:28 +08:00
d5b69fbe71
removed mi_data from Material
HuYingzhuo(hugo/hyzboy)
2023-05-12 21:36:52 +08:00
58c62ddb59
renamed two functions that are CreateArrayInUBO and CreateArrayInSSBO
HuYingzhuo(hugo/hyzboy)
2023-05-12 21:36:17 +08:00
7f3132236f
improved MaterialCreateInfo::AddUBO
HuYingzhuo(hugo/hyzboy)
2023-05-12 20:30:29 +08:00
f8ff6d9cf0
added SBS_MaterialInstance,GetMI at StdMaterial.h
HuYingzhuo(hugo/hyzboy)
2023-05-12 20:29:27 +08:00
8855f0b880
renamed MaterialID to MaterialInstanceID
HuYingzhuo(hugo/hyzboy)
2023-05-12 20:28:44 +08:00
254264ac5e
moved to .cpp about ChoosePhysicalDevice
hyzboy
2023-05-12 00:32:12 +08:00
9a24aa237d
fixed TextureFormat example.
hyzboy
2023-05-12 00:31:20 +08:00
ff184ecd7a
added many CreateRenderDevice
hyzboy
2023-05-11 23:40:25 +08:00
81ab733429
added prefer colorspace
hyzboy
2023-05-11 23:33:05 +08:00
05885e443a
added VulkanDeviceCreater::ChooseSurfaceFormat
HuYingzhuo(hugo/hyzboy)
2023-05-11 21:56:07 +08:00
71c543413a
fix include
HuYingzhuo(hugo/hyzboy)
2023-05-11 21:17:06 +08:00
d6d2d337c9
added VKDeviceCreater.h
HuYingzhuo(hugo/hyzboy)
2023-05-11 21:14:35 +08:00
4ef1283fce
added uint8 IndexType
HuYingzhuo(hugo/hyzboy)
2023-05-11 21:07:26 +08:00
7c4a27771f
created VulkanDeviceCreateInfo and added Swapchain prefer formats list.
hyzboy
2023-05-11 00:56:26 +08:00
a97440e1fc
renamed to sc_fbo from render_frame
hyzboy
2023-05-11 00:55:44 +08:00
e1cfc1e5b8
created a standalone VKPhysicalDeviceCapsOutput.cpp that from VKDeviceCreater.cpp
hyzboy
2023-05-11 00:54:47 +08:00
2c602e9045
added comments.
HuYingzhuo(hugo/hyzboy)
2023-05-10 21:58:36 +08:00
f46b1382ee
added line_rasterization in VKDevice.h/VKDeviceCreater.cpp
HuYingzhuo(hugo/hyzboy)
2023-05-10 21:56:32 +08:00
459fb3afc4
added dynamic state check at VKDeviceCreater.cpp
HuYingzhuo(hugo/hyzboy)
2023-05-10 21:48:26 +08:00
27f33e07cb
added "Vulkan hardware requirement" at GPUDevice class.
HuYingzhuo(hugo/hyzboy)
2023-05-10 21:26:15 +08:00
9c956e1c65
1.added RenderTargetOutputConfig at MaterialCreateInfo. 2.added MaterialInstance's data at MaterialCreateInfo.
HuYingzhuo(hugo/hyzboy)
2023-05-10 11:26:42 +08:00
004504e027
added comments at VKDeviceMaterial.cpp
hyzboy
2023-05-10 02:32:03 +08:00
7c3d9ecf91
added MIData at Material
HuYingzhuo(hugo/hyzboy)
2023-05-09 22:03:02 +08:00
3f1b8be5d0
added WIP at MaterialInstance
HuYingzhuo(hugo/hyzboy)
2023-05-08 22:04:00 +08:00
f3ab0a5608
added AddMaterialID and comments at ShaderCreateInfoVertex.h
HuYingzhuo(hugo/hyzboy)
2023-05-08 18:24:34 +08:00
8e64816af8
Merge branch 'new_RenderList' of https://github.com/hyzboy/ULRE into new_RenderList
HuYingzhuo(hugo/hyzboy)
2023-05-08 18:19:15 +08:00
5718b1795f
supported material group at MaterialRenderList::Bind
HuYingzhuo(hugo/hyzboy)
2023-05-08 18:18:34 +08:00
c8cbf020eb
updated examples that are first_triangle.cpp and second_triangle.cpp
HuYingzhuo(hugo/hyzboy)
2023-05-08 09:50:45 +08:00
9535a4486e
removed old RenderList
hyzboy
2023-05-07 01:07:26 +08:00
9781e6a9b3
upgraded example/Vulkan/third_triangle.cpp
hyzboy
2023-05-07 00:42:06 +08:00
958183bb29
finished the branch,,,local to world in VertexInputStreaming.
HuYingzhuo(hugo/hyzboy)
2023-05-06 22:19:50 +08:00
abfc84feff
fixed RenderList2D and third_triangle example.
HuYingzhuo(hugo/hyzboy)
2023-05-06 19:30:08 +08:00
12e64d7ce0
added BindVBO and BindIBO functions at VKCommandBuffer.h/.cpp
HuYingzhuo(hugo/hyzboy)
2023-05-06 19:29:38 +08:00
34b7937ee2
1.moved IndexBufferData to VK.h from VKPrimitive.h 2.renamed to GetIndexBufferData from GetIndexBuffer of Primitive
HuYingzhuo(hugo/hyzboy)
2023-05-06 19:28:42 +08:00
2336c7cdf1
optimized names and comment
HuYingzhuo(hugo/hyzboy)
2023-05-06 10:38:35 +08:00
21201b1695
finished to stat render list,maked buffer list....next step to bind buffer.
HuYingzhuo(hugo/hyzboy)
2023-05-05 21:12:53 +08:00
2eac17ac61
removed VertexInputDataGroup, Renderable only have basic vertexinputdata
HuYingzhuo(hugo/hyzboy)
2023-05-05 21:11:39 +08:00
1e03e28f0b
updated codes of RenderNode2D/RenderList2D
HuYingzhuo(hugo/hyzboy)
2023-05-04 22:01:00 +08:00
30c736b7c8
optimized VertexAttribData class
HuYingzhuo(hugo/hyzboy)
2023-05-04 19:35:09 +08:00
7031270476
VKRenderable and CommandBufferRender supported newly VertexInputLayout
HuYingzhuo(hugo/hyzboy)
2023-05-04 19:11:18 +08:00
6bdbf87446
PrimitiveCreater supported newly VertexInputLayout
HuYingzhuo(hugo/hyzboy)
2023-05-04 19:10:22 +08:00
110c141073
ShaderCreateInfoVertex supported VertexInputGroup and VertexInputRate
HuYingzhuo(hugo/hyzboy)
2023-05-04 19:08:13 +08:00
b9bd4f6c4b
renamed a value.
HuYingzhuo(hugo/hyzboy)
2023-05-02 18:56:55 +08:00
8b0ef244e0
moved VAN to CMSceneGraph from VertexAttribData
HuYingzhuo(hugo/hyzboy)
2023-04-30 20:42:08 +08:00
c232feb40a
temporary to disable the RenderList and RenderNode
HuYingzhuo(hugo/hyzboy)
2023-04-28 11:10:50 +08:00
db0a8ee256
Created VertexInputData at VKRenderable.h
HuYingzhuo(hugo/hyzboy)
2023-04-28 11:09:22 +08:00
b26e25df61
newly RenderNode2D/List
HuYingzhuo(hugo/hyzboy)
2023-04-26 20:52:31 +08:00
cd03ee8211
added RenderNode2D.cpp
HuYingzhuo(hugo/hyzboy)
2023-04-25 19:18:07 +08:00
48b5479ade
first RenderList2D
HuYingzhuo(hugo/hyzboy)
2023-04-25 18:08:26 +08:00
1ec88c65f8
added comment about memory property in VKDeviceBuffer.cpp
HuYingzhuo(hugo/hyzboy)
2023-04-25 15:21:23 +08:00
ba6af7a596
renamed to DynamicBufferAccess instead of UBODynamicAccess
HuYingzhuo(hugo/hyzboy)
2023-04-25 11:43:15 +08:00
d163f914c7
1.added GetRangeSize at VKArrayBuffer 2.renamed to align_size instead of unit_size
HuYingzhuo(hugo/hyzboy)
2023-04-25 11:36:50 +08:00
0e589e8bcd
removed PerObject of DescriptorSetType
HuYingzhuo(hugo/hyzboy)
2023-04-21 20:27:28 +08:00
011fbdb55d
update codes...but can't compile
HuYingzhuo(hugo/hyzboy)
2023-04-20 21:49:48 +08:00
e488b4c3d3
added half codes.
HuYingzhuo(hugo/hyzboy)
2023-03-29 21:34:50 +08:00
49f37447d0
added comment at RenderList2D
HuYingzhuo(hugo/hyzboy)
2023-03-29 21:19:06 +08:00
f280068d50
renamed to InlineDescriptor instead of GlobalDescriptor
HuYingzhuo(hugo/hyzboy)
2023-03-29 17:27:05 +08:00
137248a274
add lost #include
HuYingzhuo(hugo/hyzboy)
2023-03-29 16:45:57 +08:00
ec45b977d1
added DescriptorSetType values in AddUBO of MaterialCreateInfo
HuYingzhuo(hugo/hyzboy)
2023-03-29 16:45:37 +08:00
38f9a2896f
optimized codes of VKArrayBuffer
HuYingzhuo(hugo/hyzboy)
2023-03-29 11:45:15 +08:00
59b02bcb8c
optimized VKArrayBuffer
HuYingzhuo(hugo/hyzboy)
2023-03-28 22:24:22 +08:00
05e96c58ba
added VKUBODynamic.h and support from VKArrayBuffer.h
HuYingzhuo(hugo/hyzboy)
2023-03-28 21:52:08 +08:00
cb09767151
optimized DescriptorBinding::Bind
HuYingzhuo(hugo/hyzboy)
2023-03-27 12:01:33 +08:00