add space file

This commit is contained in:
hyzboy 2020-11-09 19:00:58 +08:00
parent 722ab900d6
commit d674741979
3 changed files with 5 additions and 4 deletions

View File

@ -9,4 +9,5 @@
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/GUI")
endmacro()
CreateProject(00.align_test align_test.cpp)
CreateProject(00.control_point_2d control_point_2d.cpp)
CreateProject(01.align_test align_test.cpp)

View File

View File

@ -168,7 +168,7 @@ private:
texture.color =db->LoadTexture2D(OS_TEXT("res/image/Brickwall/Albedo.Tex2D"));
texture.normal =db->LoadTexture2D(OS_TEXT("res/image/Brickwall/Normal.Tex2D"));
VkSamplerCreateInfo sampler_create_info=
{
VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO,
@ -215,12 +215,12 @@ private:
ro_plane=CreateRenderablePlane(db,mtl,&pci);
}
{
struct CubeCreateInfo cci;
ro_cube=CreateRenderableCube(db,mtl,&cci);
}
{
ro_sphere=CreateRenderableSphere(db,mtl,64);
}