Skeleton of new shared GPU files.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'buffer.cc',
|
||||
'buffer.h',
|
||||
'buffer_cache.cc',
|
||||
'buffer_cache.h',
|
||||
'command_buffer.h',
|
||||
'buffer_resource.cc',
|
||||
'buffer_resource.h',
|
||||
'command_processor.cc',
|
||||
'command_processor.h',
|
||||
'gpu-private.h',
|
||||
'gpu.cc',
|
||||
'gpu.h',
|
||||
@@ -13,16 +12,16 @@
|
||||
'graphics_driver.h',
|
||||
'graphics_system.cc',
|
||||
'graphics_system.h',
|
||||
'ring_buffer_worker.cc',
|
||||
'ring_buffer_worker.h',
|
||||
'shader.cc',
|
||||
'shader.h',
|
||||
'shader_cache.cc',
|
||||
'shader_cache.h',
|
||||
'texture.cc',
|
||||
'texture.h',
|
||||
'texture_cache.cc',
|
||||
'texture_cache.h',
|
||||
'register_file.cc',
|
||||
'register_file.h',
|
||||
'resource.cc',
|
||||
'resource.h',
|
||||
'resource_cache.cc',
|
||||
'resource_cache.h',
|
||||
'shader_resource.cc',
|
||||
'shader_resource.h',
|
||||
'texture_resource.cc',
|
||||
'texture_resource.h',
|
||||
],
|
||||
|
||||
'includes': [
|
||||
|
||||
Reference in New Issue
Block a user