|
922fc2661b
|
added primitive in Material2DCreateConfig
|
2023-09-26 21:49:37 +08:00 |
|
|
f4a8406ad8
|
support MI_MAX_COUNT in ShaderGen
|
2023-06-02 20:45:19 +08:00 |
|
|
c8dbd40333
|
removed VertexColor2D.h
|
2023-05-16 15:27:51 +08:00 |
|
|
35844d52bc
|
finished Std2DMaterial and new VertexColor2D, and fixed first_triangle,second_triangle,third_triangle samples.
|
2023-05-16 15:21:32 +08:00 |
|
|
c8cbf020eb
|
updated examples that are first_triangle.cpp and second_triangle.cpp
|
2023-05-08 09:50:45 +08:00 |
|
|
c232feb40a
|
temporary to disable the RenderList and RenderNode
|
2023-04-28 11:10:50 +08:00 |
|
|
cde2d9f86b
|
used AutoDelete<MaterialCreateInfo> instead of delete operator.
|
2023-03-22 19:39:53 +08:00 |
|
|
ac42dcdb26
|
finished auto bound GlobalDescriptor
|
2023-03-22 15:58:59 +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 |
|
|
0dae30fa06
|
updated first_triangle.cpp
|
2023-03-21 14:37:51 +08:00 |
|
|
694add27ae
|
first tested ok that AutoMaterial in first_triangle example.
|
2023-03-21 14:17:33 +08:00 |
|
|
facdec5556
|
1.removed VertexShaderModule
2.added VertexInput at MaterialData
3.newly CreateShaderModule/CreateMaterial functions at GPUDevice/RenderResource class.
|
2023-03-19 19:41:21 +08:00 |
|
|
99939bd83d
|
optimized CreatePipeline of RenderPass class
|
2023-02-23 14:43:57 +08:00 |
|
|
844636a46b
|
optimized first_triangle based on RenderablePrimitiveCreater class.
|
2023-02-23 13:49:18 +08:00 |
|
|
f990539633
|
supported half_float and 8bit unorm format at first_triangle example.
|
2023-02-21 18:35:08 +08:00 |
|
|
2fb443bcb4
|
updated codes to support newly CM??? modules.
|
2023-02-19 19:28:47 +08:00 |
|
|
8fc83ba9b3
|
added PipelineCacheCreateInfo struct.
|
2022-10-28 17:57:09 +08:00 |
|
|
2e6a8e794f
|
renamed to BaseColor instead Color in VAN.
|
2022-10-12 16:30:15 +08:00 |
|
|
e381c3efeb
|
renamed to render_obj from render_instance
|
2022-06-24 21:17:28 +08:00 |
|
|
d8d8d97abd
|
renamed to Renderable from RenderableInstance, renamed to PrimitiveCreater from RenderableCreater
|
2022-06-24 21:06:38 +08:00 |
|
|
43c60c16e2
|
upgrade many value name.
|
2022-06-24 18:00:22 +08:00 |
|
|
0fca6b8fc4
|
renamed to Primitive from Renderable
|
2022-06-24 17:51:05 +08:00 |
|
|
ea93dfcc86
|
added third_triangle example
|
2022-06-24 16:27:43 +08:00 |
|
|
6ac722bbba
|
renamed to second_triangle.cpp instead of two_triangle.cpp
|
2022-06-22 12:05:46 +08:00 |
|
|
885cd735cd
|
optimized VulkanAppFramework and many examples that I moved Camera to VulkanApplicationFrame from CameraAppFramework
|
2022-03-09 20:55:09 +08:00 |
|
|
15e80cbc5a
|
used newly Bind series function.
|
2022-03-09 20:33:26 +08:00 |
|
|
1fc1db4376
|
renamed values' name
|
2022-02-22 20:53:39 +08:00 |
|
|
9acfa5edd0
|
added RayPicking example
|
2022-02-10 18:56:00 +08:00 |
|
|
926802619f
|
refresh 2dVector/line example.
|
2021-12-01 15:17:30 +08:00 |
|
|
e7ad21c82e
|
used VABConfigInfo at CreateMaterialInstance of TextRenderable
|
2021-11-30 15:01:55 +08:00 |
|
|
af72c68ebe
|
used VBO instead of VAB
|
2021-11-29 15:58:48 +08:00 |
|
|
7ba2d0cf6f
|
renamed type DescriptorSetType to DescriptorSetsType
|
2021-09-27 21:20:22 +08:00 |
|
|
3117b9673e
|
Fixed samples 00-06
|
2021-09-22 17:22:17 +08:00 |
|
|
2753f95999
|
moved CreatePipeline functions to RenderPass class.
|
2021-09-22 17:15:17 +08:00 |
|
|
903f9081eb
|
renamed VAF to VF, FMT to PF
|
2021-06-24 19:25:43 +08:00 |
|
|
2b70ee07c8
|
renamed DescriptorSetsType to DescriptorSetType
|
2021-06-22 14:48:08 +08:00 |
|
|
6a56909341
|
added UpdatePipeline() at RenderableInstance
|
2021-06-20 02:15:17 +08:00 |
|
|
53c58a885e
|
new MaterialInstance
|
2021-06-16 20:29:25 +08:00 |
|
|
bc8848afa6
|
renamed MaterialInstance to MaterialParameters.
|
2021-06-16 10:41:04 +08:00 |
|
|
e4f7403412
|
updated res
|
2021-05-28 21:24:48 +08:00 |
|
|
9fcd26e539
|
renamed MVPMatrix.h to SceneInfo.h
|
2021-05-24 20:44:20 +08:00 |
|
|
b409f1663e
|
rename "ubo_camera_matrix" to "ubo_camera_info"
|
2021-05-13 17:34:40 +08:00 |
|
|
45284e1a32
|
fixed first_triangle example.
|
2021-05-11 18:16:29 +08:00 |
|
|
1696c27cbb
|
use CameraInfo instead of CameraMatrix
|
2021-05-08 18:14:44 +08:00 |
|
|
ee35354d43
|
renamed the name from "WorldMatrix" to "CameraMatrix"
|
2021-01-25 12:03:17 +08:00 |
|
|
10c79f30a0
|
upgrade examples
|
2020-10-24 19:14:31 +08:00 |
|
|
c8955b6f35
|
remove vulkan namespace
|
2020-10-21 12:47:06 +08:00 |
|
|
a20afeba9e
|
a lot of rename
|
2020-10-21 12:09:15 +08:00 |
|