Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
PracticeDx
Commits
e6fdbfba
Commit
e6fdbfba
authored
Apr 09, 2023
by
Administrator
Browse files
put images into sub folder
parent
07816a76
Changes
4
Show whitespace changes
Inline
Side-by-side
PracticeDx/WinMain.cpp
View file @
e6fdbfba
...
...
@@ -1054,7 +1054,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
InitD3D
(
hWnd
);
// test texture load
std
::
string
imageFile
=
"
Ethan.pn
g"
;
std
::
string
imageFile
=
"
resource/img/miaomiao.jp
g"
;
std
::
wstring
wsImageFile
=
std
::
wstring
(
imageFile
.
begin
(),
imageFile
.
end
());
BYTE
*
imageData
;
int
bytesPerRow
=
8
;
...
...
PracticeDx/Ethan.png
→
PracticeDx/
resource/img/
Ethan.png
View file @
e6fdbfba
File moved
PracticeDx/resource/img/miaomiao.jpg
0 → 100644
View file @
e6fdbfba
12.1 KB
PracticeDx/yueyue.png
→
PracticeDx/
resource/img/
yueyue.png
View file @
e6fdbfba
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment