Vertex fetching.
This commit is contained in:
@@ -14,7 +14,8 @@ using namespace xe;
|
||||
using namespace xe::gpu;
|
||||
|
||||
|
||||
GraphicsDriver::GraphicsDriver(xe_memory_ref memory) {
|
||||
GraphicsDriver::GraphicsDriver(xe_memory_ref memory) :
|
||||
address_translation_(0) {
|
||||
memory_ = xe_memory_retain(memory);
|
||||
|
||||
memset(®ister_file_, 0, sizeof(register_file_));
|
||||
|
||||
Reference in New Issue
Block a user