PipelineInfo::CullMode and PipelineInfo::RasterMode are no longer within the PipelineInfo class, enabling easier forward declaration.
KRMaterial::bind now accepts remaining parameters required to set up the pipeline. Removed GL calls from KRModel. Replaced ifdef guards with pragma once. KRMesh::model_format_t changed to ModelFormat and is no longer within KRMesh, enabling easier forward declaration.
This commit is contained in:
@@ -29,14 +29,13 @@
|
||||
// or implied, of Kearwood Gilbert.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "KREngine-common.h"
|
||||
|
||||
#include "KRContext.h"
|
||||
#include "KRDevice.h"
|
||||
|
||||
#ifndef KRDEVICEMANAGER_H
|
||||
#define KRDEVICEMANAGER_H
|
||||
|
||||
class KRDeviceManager : KRContextObject
|
||||
{
|
||||
public:
|
||||
@@ -61,5 +60,3 @@ private:
|
||||
VkInstance m_vulkanInstance;
|
||||
|
||||
};
|
||||
|
||||
#endif // KRDEVICEMANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user