Hacking to get first triangle drawn.

This commit is contained in:
Ben Vanik
2013-10-12 15:07:34 -07:00
parent 83d7523da1
commit 0ef278325f
13 changed files with 396 additions and 85 deletions

View File

@@ -66,7 +66,7 @@ void NopGraphicsDriver::SetShader(
}
}
void NopGraphicsDriver::DrawAutoIndexed(
void NopGraphicsDriver::DrawIndexAuto(
XE_GPU_PRIMITIVE_TYPE prim_type,
uint32_t index_count) {
XELOGGPU("NOP: draw indexed %d (%d indicies)",

View File

@@ -39,7 +39,7 @@ public:
uint32_t address,
uint32_t start,
uint32_t length);
virtual void DrawAutoIndexed(
virtual void DrawIndexAuto(
xenos::XE_GPU_PRIMITIVE_TYPE prim_type,
uint32_t index_count);