This website requires JavaScript.
26b907f611
updated CMSceneGraph
HuYingzhuo(hugo/hyzboy)
2023-02-23 16:14:31 +08:00
99939bd83d
optimized CreatePipeline of RenderPass class
optimize_pipeline_cache
HuYingzhuo(hugo/hyzboy)
2023-02-23 14:43:57 +08:00
844636a46b
optimized first_triangle based on RenderablePrimitiveCreater class.
debug_util
HuYingzhuo(hugo/hyzboy)
2023-02-23 13:49:18 +08:00
a6b71a449e
optimized name of values.
HuYingzhuo(hugo/hyzboy)
2023-02-23 13:25:05 +08:00
e31a6cca13
commented binding_list of VKMaterialDescriptorSets, because I don't know it's function.
HuYingzhuo(hugo/hyzboy)
2023-02-23 12:40:23 +08:00
cce2cab12c
renamed to PerMaterialInstance instead of PerMaterial
HuYingzhuo(hugo/hyzboy)
2023-02-23 12:31:42 +08:00
3dbb1c40b7
updated all descript set in RenderList
HuYingzhuo(hugo/hyzboy)
2023-02-22 21:59:35 +08:00
af4b9cd6d4
renamed to DescriptorSetType instead of DescriptorSetsType
HuYingzhuo(hugo/hyzboy)
2023-02-22 21:53:51 +08:00
b35ef27610
upgraded to newly DescriptorSetType
HuYingzhuo(hugo/hyzboy)
2023-02-22 21:50:18 +08:00
95064488db
rename and layout codes.
HuYingzhuo(hugo/hyzboy)
2023-02-21 22:32:03 +08:00
df8156cfe1
support new VILConfig
HuYingzhuo(hugo/hyzboy)
2023-02-21 18:36:42 +08:00
f990539633
supported half_float and 8bit unorm format at first_triangle example.
HuYingzhuo(hugo/hyzboy)
2023-02-21 18:35:08 +08:00
2fb443bcb4
updated codes to support newly CM??? modules.
HuYingzhuo(hugo/hyzboy)
2023-02-19 19:28:47 +08:00
b8a83a25eb
use VKDescriptorSet instead of VKDescriptorSets
HuYingzhuo(hugo/hyzboy)
2023-02-13 11:50:55 +08:00
251d851f65
upgraded codes based on newly CM... library.
HuYingzhuo(hugo/hyzboy)
2023-02-13 11:48:53 +08:00
8fc83ba9b3
added PipelineCacheCreateInfo struct.
HuYingzhuo(hugo/hyzboy)
2022-10-28 17:57:09 +08:00
f8646ca880
renamed Semaphore instead of GPUSemaphore, renamed Queue instead of GPUQueue
HuYingzhuo(hugo/hyzboy)
2022-10-14 19:40:16 +08:00
fc2c8021ba
renamed Fence instead of GPUFence
HuYingzhuo(hugo/hyzboy)
2022-10-14 19:27:29 +08:00
b980457ba2
renamed DeviceBuffer/DeviceMemory instead of GPUBuffer/GPUMemory,
HuYingzhuo(hugo/hyzboy)
2022-10-14 17:52:35 +08:00
2e6a8e794f
renamed to BaseColor instead Color in VAN.
HuYingzhuo(hugo/hyzboy)
2022-10-12 16:30:15 +08:00
1bc810d8e9
Update README.md
HuYingzhuo(hugo/hyzboy)
2022-10-11 19:19:31 +08:00
cd2f278e84
renamed to VertexInputLayout instead of VertexAttributeBinding
HuYingzhuo(hugo/hyzboy)
2022-10-11 19:16:06 +08:00
bb3b06f168
added Debug log.
HuYingzhuo(hugo/hyzboy)
2022-09-29 18:29:21 +08:00
cc02b719e6
improved codes of Debug
HuYingzhuo(hugo/hyzboy)
2022-09-27 19:41:28 +08:00
981a1adf4c
Layouted codes of VKPhysicalDevice.h
HuYingzhuo(hugo/hyzboy)
2022-09-27 10:43:08 +08:00
28e48a0142
added QueueBegin/End/Insert at DebugUtils
HuYingzhuo(hugo/hyzboy)
2022-09-26 22:06:17 +08:00
a0a5ab5da4
added more type to DeubgMaker/DebugUtils
HuYingzhuo(hugo/hyzboy)
2022-09-26 17:06:04 +08:00
d98df3ee9c
added DebugUtils/DebugMaker test
HuYingzhuo(hugo/hyzboy)
2022-09-26 16:11:42 +08:00
12760ab5c5
added VKDebugUtils.h/.cpp
HuYingzhuo(hugo/hyzboy)
2022-09-26 12:14:52 +08:00
bc3a044a56
added IsSTBSupport/IsUBOTexelSupport/IsSTBAtomicSupport/IsVBOSupport
devel_23_instance
HuYingzhuo(hugo/hyzboy)
2022-08-31 17:47:15 +08:00
96160b1372
use "Vertex Input Rate Instance" if name of vertex input state have "Inst_" prefix.
HuYingzhuo(hugo/hyzboy)
2022-08-30 12:33:54 +08:00
c0fde0e2a6
added "dynamic rendering" support.
HuYingzhuo(hugo/hyzboy)
2022-08-18 19:01:08 +08:00
8a66578813
added compute_family value in VKDeviceAttribute
HuYingzhuo(hugo/hyzboy)
2022-08-18 19:00:33 +08:00
0a9d2af2d2
used 4 values instead of arrays;
HuYingzhuo(hugo/hyzboy)
2022-06-30 18:34:03 +08:00
e03aaf7fce
updated submodules.
HuYingzhuo(hugo/hyzboy)
2022-06-25 22:15:25 +08:00
f70be8e42c
moved to inline_geometry namespace they are CreateRenderable....functions.
HuYingzhuo(hugo/hyzboy)
2022-06-24 21:36:24 +08:00
e381c3efeb
renamed to render_obj from render_instance
HuYingzhuo(hugo/hyzboy)
2022-06-24 21:17:28 +08:00
d8d8d97abd
renamed to Renderable from RenderableInstance, renamed to PrimitiveCreater from RenderableCreater
HuYingzhuo(hugo/hyzboy)
2022-06-24 21:06:38 +08:00
43c60c16e2
upgrade many value name.
HuYingzhuo(hugo/hyzboy)
2022-06-24 18:00:22 +08:00
6e7144ffab
add VKPrimitive and TextPrimitive
HuYingzhuo(hugo/hyzboy)
2022-06-24 17:51:39 +08:00
0fca6b8fc4
renamed to Primitive from Renderable
HuYingzhuo(hugo/hyzboy)
2022-06-24 17:51:05 +08:00
1e0e74da2f
added InstanceTriangle example and few support.
HuYingzhuo(hugo/hyzboy)
2022-06-24 16:28:22 +08:00
ea93dfcc86
added third_triangle example
HuYingzhuo(hugo/hyzboy)
2022-06-24 16:27:43 +08:00
80b89b3d21
upgraded example folder at VisualStudio project.
HuYingzhuo(hugo/hyzboy)
2022-06-24 12:45:04 +08:00
c231637613
used RangeCheck instead of many if
HuYingzhuo(hugo/hyzboy)
2022-06-24 11:42:20 +08:00
369bdfc39b
added to check vertex format at VABConfig
HuYingzhuo(hugo/hyzboy)
2022-06-24 11:41:29 +08:00
2e0e38e4f6
updated a name of enum
HuYingzhuo(hugo/hyzboy)
2022-06-23 16:56:41 +08:00
6ac722bbba
renamed to second_triangle.cpp instead of two_triangle.cpp
HuYingzhuo(hugo/hyzboy)
2022-06-22 12:05:46 +08:00
e647fd5365
Improve character width calculation
HuYingzhuo(hugo/hyzboy)
2022-06-22 11:48:04 +08:00
d7f0b1b5ec
fixed a bug that The number of pixels in a line of a character bitmap is incorrectly calculated
HuYingzhuo(hugo/hyzboy)
2022-06-22 11:36:20 +08:00
2a28872309
renamed to FullScreenTriangle instead of FullScreenRect.
HuYingzhuo(hugo/hyzboy)
2022-06-21 13:36:30 +08:00
1a18fdd77c
added FullScreenRect example.
HuYingzhuo(hugo/hyzboy)
2022-06-20 21:40:28 +08:00
4dff46c5c5
supported 0 DescriptorSet material.
HuYingzhuo(hugo/hyzboy)
2022-06-20 21:39:04 +08:00
3fbbdb8204
added few codes, but they can't run.
HuYingzhuo(hugo/hyzboy)
2022-06-18 18:47:08 +08:00
aca4047e5f
added an Vulkan's Extension primitive restart
HuYingzhuo(hugo/hyzboy)
2022-06-18 15:23:17 +08:00
394bd4bc8d
Improved TextRender supports character limit customization.
HuYingzhuo(hugo/hyzboy)
2022-05-13 10:57:05 +08:00
b0f4adde3c
rename to DeferredRender.cpp instead of DeferredRenderMultiCmdBuffer.cpp
HuYingzhuo(hugo/hyzboy)
2022-05-13 10:01:47 +08:00
678a55a2c9
changed include
hyzboy
2022-05-12 16:02:36 +08:00
2844cde106
updated sub-modules that they are CMCore/CMPlatform
hyzboy
2022-04-01 00:17:29 +08:00
ad84a97cec
updated CMCMakeModule
hyzboy
2022-03-31 23:49:13 +08:00
ef7068be08
Merge branch 'devel_23_instance' of https://github.com/hyzboy/ULRE into devel_23_instance
hyzboy
2022-03-31 23:36:54 +08:00
295ee4f4a0
added a error check.
hyzboy
2022-03-31 23:36:34 +08:00
c33bd33c5f
fixed a bug at MaterialParameters
hyzboy
2022-03-28 17:42:52 +08:00
77836d7121
improved BindInputAttachment at DescriptorSets, added BindInputAttachment at MaterialParameters
hyzboy
2022-03-28 17:41:25 +08:00
3e81d05c81
fixed a example that is SceneTree, and then should support instance.
hyzboy
2022-03-28 16:10:24 +08:00
727d36f16b
supported HDPI PerMonitor at Windows platform.
hyzboy
2022-03-15 18:03:29 +08:00
057a6e2bd0
updated CameraControl's codes.
hyzboy
2022-03-11 19:13:20 +08:00
5b5ec1df7a
added GPUDevice::WaitIdle function.
hyzboy
2022-03-11 18:27:04 +08:00
3c449df4ca
deleted hgl_cpy(T *,T *) function.
hyzboy
2022-03-11 17:58:53 +08:00
99fe88dff7
deleted envmap_material at example "EquirectangularMap"
hyzboy
2022-03-11 17:50:25 +08:00
d54f88c4c9
optimized "copy color4f" at CommandBuffer::SetClearColor function
hyzboy
2022-03-11 17:49:47 +08:00
057e18640c
used Color4f instead of r,g,b,a at CommandBuffer::SetClearColor
hyzboy
2022-03-11 17:43:07 +08:00
07092da047
used newly GetColor3f/4f
hyzboy
2022-03-11 17:38:21 +08:00
59858360da
fixed a bug at AMD hardware that vkFlushMappedMemoryRanges need align to nonCoherentAtomSize
hyzboy
2022-03-10 02:01:00 +08:00
885cd735cd
optimized VulkanAppFramework and many examples that I moved Camera to VulkanApplicationFrame from CameraAppFramework
hyzboy
2022-03-09 20:55:09 +08:00
15e80cbc5a
used newly Bind series function.
hyzboy
2022-03-09 20:33:26 +08:00
edbecbb86d
updated examples.
hyzboy
2022-03-09 20:06:06 +08:00
bcd373fe6f
updated SkyColor
hyzboy
2022-03-09 19:25:52 +08:00
2feb7137cd
fixed a bug that SkyColor lose a return(true);
hyzboy
2022-03-09 18:40:55 +08:00
5e4b154bf4
updated codes of camera
hyzboy
2022-03-09 18:40:31 +08:00
b369a3ec48
improved SkyColor example.
hyzboy
2022-02-28 17:31:12 +08:00
82763c450e
added SkyColor example.
hyzboy
2022-02-28 16:55:22 +08:00
50c201de98
improved codes of InlineGeometry.
hyzboy
2022-02-28 16:54:24 +08:00
8fddcf7507
renamed to FULL_WIDTH_SPACE from FULL_SPACE
hyzboy
2022-02-28 14:28:01 +08:00
d17dc3125a
change RoundBox example
hyzboy
2022-02-24 21:06:20 +08:00
041824bc72
Added RoundedBox.material
hyzboy
2022-02-24 20:22:37 +08:00
4df264bae7
added RoundBox example.
hyzboy
2022-02-24 20:21:14 +08:00
1fc1db4376
renamed values' name
hyzboy
2022-02-22 20:53:39 +08:00
6feb8aa13f
Update README.md
HuYingzhuo(hugo/hyzboy)
2022-02-21 17:18:08 +08:00
fe730defb7
auto clear chars from tile font.
hyzboy
2022-02-21 17:13:12 +08:00
eb30999133
renamed values and functions.
hyzboy
2022-02-21 11:18:51 +08:00
125bf163dc
added is_currency attribute at CharAttributes.
hyzboy
2022-02-18 20:42:12 +08:00
f9cf0d1911
used u32char insted of u16char at FontSource.cpp
hyzboy
2022-02-18 20:38:20 +08:00
14269369be
added not_bitmap_chars at TileFont
hyzboy
2022-02-18 20:30:50 +08:00
6a039b8a51
used get_max
hyzboy
2022-02-18 19:59:02 +08:00
33b8ce120e
codes layout
hyzboy
2022-02-18 19:07:02 +08:00
556e523684
fixed a error that it mistake count.
hyzboy
2022-02-18 19:04:48 +08:00
693bc33720
used hgl_align2 function
hyzboy
2022-02-18 12:01:42 +08:00
f0ffb87d5b
used a struct instead of multi values.
hyzboy
2022-02-18 11:46:01 +08:00
1d457c5d58
splited function at TextRender
hyzboy
2022-02-17 20:02:59 +08:00