Code refactor: device memory cleanups, preparing for mapped host memory.

This commit is contained in:
Brecht Van Lommel
2017-11-05 00:34:30 +01:00
parent 5475314f49
commit 5801ef71e4
18 changed files with 152 additions and 140 deletions

View File

@@ -74,7 +74,7 @@ void kernel_const_copy(KernelGlobals *kg, const char *name, void *host, size_t s
void kernel_tex_copy(KernelGlobals *kg,
const char *name,
device_ptr mem,
void *mem,
size_t size)
{
if(0) {