made it work with new fpc
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#include "vulkan_state.h"
|
||||
CVkShader::~CVkShader()
|
||||
{
|
||||
|
||||
}
|
||||
void CVkShader::AddShaderLibrary( CVkPipelineLibrary *pLibrary )
|
||||
{
|
||||
m_libraries.AppendTail(pLibrary);
|
||||
|
||||
Reference in New Issue
Block a user