- More Documentation
- Vulkan Configuration Implementations - Fixed build errors on GCC and Clang
This commit is contained in:
@@ -34,7 +34,7 @@ inline void fennec_test_platform() {
|
||||
|
||||
window_manager& wm = platform->get_window_manager();
|
||||
|
||||
window_id window = wm.create_window(window::config {
|
||||
const window_id window = wm.create_window(window::config {
|
||||
.title = string("fennec-test"),
|
||||
.flags = { },
|
||||
.mode = window::mode_windowed,
|
||||
|
||||
Reference in New Issue
Block a user