android port
This commit is contained in:
@@ -298,9 +298,9 @@ void CVkShaderLinker::Build()
|
||||
m_out.m_data = spv.data;
|
||||
m_out.m_size = spv.count;
|
||||
|
||||
IFileHandle *ph = filesystem->Open("a.txt", FILEMODE_WRITE);
|
||||
filesystem->Write(ph, spv.data, spv.count*4);
|
||||
filesystem->Close(ph);
|
||||
//IFileHandle *ph = filesystem->Open("a.txt", FILEMODE_WRITE);
|
||||
//filesystem->Write(ph, spv.data, spv.count*4);
|
||||
//filesystem->Close(ph);
|
||||
|
||||
|
||||
mspv_array_destroy(spv);
|
||||
|
||||
Reference in New Issue
Block a user