Linux fixes
This commit is contained in:
@@ -23,7 +23,7 @@ struct GraphicsInitializer
|
||||
: applicationName("SeeleEngine")
|
||||
, engineName("SeeleEngine")
|
||||
, windowLayoutFile(nullptr)
|
||||
, layers{"VK_LAYER_KHRONOS_validation", "VK_LAYER_LUNARG_monitor"}
|
||||
, layers{}
|
||||
, instanceExtensions{}
|
||||
, deviceExtensions{"VK_KHR_swapchain"}
|
||||
, windowHandle(nullptr)
|
||||
|
||||
@@ -17,13 +17,13 @@ MeshBatchElement::MeshBatchElement()
|
||||
, indirectArgsBuffer(nullptr)
|
||||
{}
|
||||
MeshBatch::MeshBatch()
|
||||
: useReverseCulling(false)
|
||||
: elements()
|
||||
, useReverseCulling(false)
|
||||
, isBackfaceCullingDisabled(false)
|
||||
, isCastingShadow(true)
|
||||
, useWireframe(false)
|
||||
, topology(Gfx::SE_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST)
|
||||
, vertexInput(nullptr)
|
||||
, material(nullptr)
|
||||
, elements()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user