add space file
This commit is contained in:
parent
722ab900d6
commit
d674741979
@ -9,4 +9,5 @@
|
|||||||
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/GUI")
|
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/GUI")
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
CreateProject(00.align_test align_test.cpp)
|
CreateProject(00.control_point_2d control_point_2d.cpp)
|
||||||
|
CreateProject(01.align_test align_test.cpp)
|
||||||
|
0
example/GUI/control_point_2d.cpp
Normal file
0
example/GUI/control_point_2d.cpp
Normal file
@ -168,7 +168,7 @@ private:
|
|||||||
|
|
||||||
texture.color =db->LoadTexture2D(OS_TEXT("res/image/Brickwall/Albedo.Tex2D"));
|
texture.color =db->LoadTexture2D(OS_TEXT("res/image/Brickwall/Albedo.Tex2D"));
|
||||||
texture.normal =db->LoadTexture2D(OS_TEXT("res/image/Brickwall/Normal.Tex2D"));
|
texture.normal =db->LoadTexture2D(OS_TEXT("res/image/Brickwall/Normal.Tex2D"));
|
||||||
|
|
||||||
VkSamplerCreateInfo sampler_create_info=
|
VkSamplerCreateInfo sampler_create_info=
|
||||||
{
|
{
|
||||||
VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO,
|
VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO,
|
||||||
@ -215,12 +215,12 @@ private:
|
|||||||
|
|
||||||
ro_plane=CreateRenderablePlane(db,mtl,&pci);
|
ro_plane=CreateRenderablePlane(db,mtl,&pci);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
struct CubeCreateInfo cci;
|
struct CubeCreateInfo cci;
|
||||||
ro_cube=CreateRenderableCube(db,mtl,&cci);
|
ro_cube=CreateRenderableCube(db,mtl,&cci);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
ro_sphere=CreateRenderableSphere(db,mtl,64);
|
ro_sphere=CreateRenderableSphere(db,mtl,64);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user