Basic ringbuffer worker. Super hacky, not yet writing back to CPU.

This commit is contained in:
Ben Vanik
2013-06-01 01:13:30 -07:00
parent 3667821be3
commit 5b0fa8f17e
9 changed files with 270 additions and 29 deletions

View File

@@ -6,6 +6,8 @@
'gpu.h',
'graphics_system.cc',
'graphics_system.h',
'ring_buffer_worker.cc',
'ring_buffer_worker.h',
],
'includes': [
@@ -15,7 +17,7 @@
'conditions': [
['OS == "win"', {
'includes': [
'd3d11/sources.gypi',
#'d3d11/sources.gypi',
],
}],
],