|
1a18fdd77c
|
added FullScreenRect example.
|
2022-06-20 21:40:28 +08:00 |
|
|
4dff46c5c5
|
supported 0 DescriptorSet material.
|
2022-06-20 21:39:04 +08:00 |
|
|
3fbbdb8204
|
added few codes, but they can't run.
|
2022-06-18 18:47:08 +08:00 |
|
|
aca4047e5f
|
added an Vulkan's Extension primitive restart
|
2022-06-18 15:23:17 +08:00 |
|
|
394bd4bc8d
|
Improved TextRender supports character limit customization.
|
2022-05-13 10:57:05 +08:00 |
|
|
b0f4adde3c
|
rename to DeferredRender.cpp instead of DeferredRenderMultiCmdBuffer.cpp
Signed-off-by: HuYingzhuo(hugo/hyzboy) <hyzboy@outlook.com>
|
2022-05-13 10:01:47 +08:00 |
|
|
678a55a2c9
|
changed include
|
2022-05-12 16:02:36 +08:00 |
|
|
2844cde106
|
updated sub-modules that they are CMCore/CMPlatform
|
2022-04-01 00:17:29 +08:00 |
|
|
ad84a97cec
|
updated CMCMakeModule
|
2022-03-31 23:49:13 +08:00 |
|
|
ef7068be08
|
Merge branch 'devel_23_instance' of https://github.com/hyzboy/ULRE into devel_23_instance
|
2022-03-31 23:36:54 +08:00 |
|
|
295ee4f4a0
|
added a error check.
|
2022-03-31 23:36:34 +08:00 |
|
|
c33bd33c5f
|
fixed a bug at MaterialParameters
|
2022-03-28 17:42:52 +08:00 |
|
|
77836d7121
|
improved BindInputAttachment at DescriptorSets, added BindInputAttachment at MaterialParameters
|
2022-03-28 17:41:25 +08:00 |
|
|
3e81d05c81
|
fixed a example that is SceneTree, and then should support instance.
|
2022-03-28 16:10:24 +08:00 |
|
|
727d36f16b
|
supported HDPI PerMonitor at Windows platform.
|
2022-03-15 18:03:29 +08:00 |
|
|
057a6e2bd0
|
updated CameraControl's codes.
|
2022-03-11 19:13:20 +08:00 |
|
|
5b5ec1df7a
|
added GPUDevice::WaitIdle function.
|
2022-03-11 18:27:04 +08:00 |
|
|
3c449df4ca
|
deleted hgl_cpy(T *,T *) function.
|
2022-03-11 17:58:53 +08:00 |
|
|
99fe88dff7
|
deleted envmap_material at example "EquirectangularMap"
|
2022-03-11 17:50:25 +08:00 |
|
|
d54f88c4c9
|
optimized "copy color4f" at CommandBuffer::SetClearColor function
|
2022-03-11 17:49:47 +08:00 |
|
|
057e18640c
|
used Color4f instead of r,g,b,a at CommandBuffer::SetClearColor
|
2022-03-11 17:43:07 +08:00 |
|
|
07092da047
|
used newly GetColor3f/4f
|
2022-03-11 17:38:21 +08:00 |
|
|
59858360da
|
fixed a bug at AMD hardware that vkFlushMappedMemoryRanges need align to nonCoherentAtomSize
|
2022-03-10 02:01:00 +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 |
|
|
edbecbb86d
|
updated examples.
|
2022-03-09 20:06:06 +08:00 |
|
|
bcd373fe6f
|
updated SkyColor
|
2022-03-09 19:25:52 +08:00 |
|
|
2feb7137cd
|
fixed a bug that SkyColor lose a return(true);
|
2022-03-09 18:40:55 +08:00 |
|
|
5e4b154bf4
|
updated codes of camera
|
2022-03-09 18:40:31 +08:00 |
|
|
b369a3ec48
|
improved SkyColor example.
|
2022-02-28 17:31:12 +08:00 |
|
|
82763c450e
|
added SkyColor example.
|
2022-02-28 16:55:22 +08:00 |
|
|
50c201de98
|
improved codes of InlineGeometry.
|
2022-02-28 16:54:24 +08:00 |
|
|
8fddcf7507
|
renamed to FULL_WIDTH_SPACE from FULL_SPACE
|
2022-02-28 14:28:01 +08:00 |
|
|
d17dc3125a
|
change RoundBox example
|
2022-02-24 21:06:20 +08:00 |
|
|
041824bc72
|
Added RoundedBox.material
|
2022-02-24 20:22:37 +08:00 |
|
|
4df264bae7
|
added RoundBox example.
|
2022-02-24 20:21:14 +08:00 |
|
|
1fc1db4376
|
renamed values' name
|
2022-02-22 20:53:39 +08:00 |
|
|
6feb8aa13f
|
Update README.md
|
2022-02-21 17:18:08 +08:00 |
|
|
fe730defb7
|
auto clear chars from tile font.
|
2022-02-21 17:13:12 +08:00 |
|
|
eb30999133
|
renamed values and functions.
|
2022-02-21 11:18:51 +08:00 |
|
|
125bf163dc
|
added is_currency attribute at CharAttributes.
|
2022-02-18 20:42:12 +08:00 |
|
|
f9cf0d1911
|
used u32char insted of u16char at FontSource.cpp
|
2022-02-18 20:38:20 +08:00 |
|
|
14269369be
|
added not_bitmap_chars at TileFont
|
2022-02-18 20:30:50 +08:00 |
|
|
6a039b8a51
|
used get_max
|
2022-02-18 19:59:02 +08:00 |
|
|
33b8ce120e
|
codes layout
|
2022-02-18 19:07:02 +08:00 |
|
|
556e523684
|
fixed a error that it mistake count.
|
2022-02-18 19:04:48 +08:00 |
|
|
693bc33720
|
used hgl_align2 function
|
2022-02-18 12:01:42 +08:00 |
|
|
f0ffb87d5b
|
used a struct instead of multi values.
|
2022-02-18 11:46:01 +08:00 |
|
|
1d457c5d58
|
splited function at TextRender
|
2022-02-17 20:02:59 +08:00 |
|
|
1ab3e5241f
|
optimized TextRender
|
2022-02-17 11:02:55 +08:00 |
|