File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ THE SOFTWARE.
25
25
#include < cassert>
26
26
#include < iostream>
27
27
#include < memory>
28
- #include " ../tools /shader_manager.h"
29
- #include " ../tools /tiny_obj_loader.h"
28
+ #include " ../Tools /shader_manager.h"
29
+ #include " ../Tools /tiny_obj_loader.h"
30
30
31
31
using namespace RadeonRays ;
32
32
using namespace tinyobj ;
@@ -208,7 +208,7 @@ int main(int argc, char* argv[])
208
208
api->AttachShape (shape);
209
209
shape->SetId (id);
210
210
}
211
- // Ñommit scene changes
211
+ // Commit scene changes
212
212
api->Commit ();
213
213
214
214
const int k_raypack_size = g_window_height * g_window_width;
@@ -305,4 +305,4 @@ int main(int argc, char* argv[])
305
305
IntersectionApi::Delete (api);
306
306
307
307
return 0 ;
308
- }
308
+ }
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ THE SOFTWARE.
28
28
#include < cassert>
29
29
#include < iostream>
30
30
#include < memory>
31
- #include " ../tools /shader_manager.h"
32
- #include " ../tools /tiny_obj_loader.h"
31
+ #include " ../Tools /shader_manager.h"
32
+ #include " ../Tools /tiny_obj_loader.h"
33
33
34
34
using namespace RadeonRays ;
35
35
using namespace tinyobj ;
@@ -372,7 +372,7 @@ int main(int argc, char* argv[])
372
372
g_api->AttachShape (shape);
373
373
shape->SetId (id);
374
374
}
375
- // Ñommit scene changes
375
+ // Commit scene changes
376
376
g_api->Commit ();
377
377
378
378
const int k_raypack_size = g_window_height * g_window_width;
@@ -421,4 +421,4 @@ int main(int argc, char* argv[])
421
421
IntersectionApi::Delete (g_api); g_api = nullptr ;
422
422
423
423
return 0 ;
424
- }
424
+ }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ THE SOFTWARE.
25
25
#include < cassert>
26
26
#include < iostream>
27
27
#include < memory>
28
- #include " ../tools /shader_manager.h"
28
+ #include " ../Tools /shader_manager.h"
29
29
30
30
using namespace RadeonRays ;
31
31
@@ -217,4 +217,4 @@ int main(int argc, char* argv[])
217
217
IntersectionApi::Delete (api);
218
218
219
219
return 0 ;
220
- }
220
+ }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ THE SOFTWARE.
25
25
#include < cassert>
26
26
#include < iostream>
27
27
#include < memory>
28
- #include " ../tools /shader_manager.h"
28
+ #include " ../Tools /shader_manager.h"
29
29
30
30
using namespace RadeonRays ;
31
31
@@ -288,4 +288,4 @@ int main(int argc, char* argv[])
288
288
IntersectionApi::Delete (api);
289
289
290
290
return 0 ;
291
- }
291
+ }
You can’t perform that action at this time.
0 commit comments