1350 Commits

Author SHA1 Message Date
bc3a044a56 added IsSTBSupport/IsUBOTexelSupport/IsSTBAtomicSupport/IsVBOSupport 2022-08-31 17:47:15 +08:00
96160b1372 use "Vertex Input Rate Instance" if name of vertex input state have "Inst_" prefix. 2022-08-30 12:33:54 +08:00
c0fde0e2a6 added "dynamic rendering" support. 2022-08-18 19:01:08 +08:00
8a66578813 added compute_family value in VKDeviceAttribute 2022-08-18 19:00:33 +08:00
0a9d2af2d2 used 4 values instead of arrays; 2022-06-30 18:34:03 +08:00
e03aaf7fce updated submodules. 2022-06-25 22:15:25 +08:00
f70be8e42c moved to inline_geometry namespace they are CreateRenderable....functions. 2022-06-24 21:36:24 +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
6e7144ffab add VKPrimitive and TextPrimitive 2022-06-24 17:51:39 +08:00
0fca6b8fc4 renamed to Primitive from Renderable 2022-06-24 17:51:05 +08:00
1e0e74da2f added InstanceTriangle example and few support. 2022-06-24 16:28:22 +08:00
ea93dfcc86 added third_triangle example 2022-06-24 16:27:43 +08:00
80b89b3d21 upgraded example folder at VisualStudio project. 2022-06-24 12:45:04 +08:00
c231637613 used RangeCheck instead of many if 2022-06-24 11:42:20 +08:00
369bdfc39b added to check vertex format at VABConfig 2022-06-24 11:41:29 +08:00
2e0e38e4f6 updated a name of enum 2022-06-23 16:56:41 +08:00
6ac722bbba renamed to second_triangle.cpp instead of two_triangle.cpp 2022-06-22 12:05:46 +08:00
e647fd5365 Improve character width calculation 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 2022-06-22 11:36:20 +08:00
2a28872309 renamed to FullScreenTriangle instead of FullScreenRect. 2022-06-21 13:36:30 +08:00
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