fixed a bug. it's to deleted a line, but the line is strong.
This commit is contained in:
parent
c3e9015d95
commit
12dd8cf649
@ -39,6 +39,7 @@ bool GPUDevice::CreateBuffer(GPUBufferData *buf,VkBufferUsageFlags buf_usage,VkD
|
|||||||
if(!data)
|
if(!data)
|
||||||
return(true);
|
return(true);
|
||||||
|
|
||||||
|
dm->Write(data,0,size);
|
||||||
return(true);
|
return(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user