Minor fixes.

This commit is contained in:
Ben Vanik
2013-10-12 03:02:39 -07:00
parent 8e01e2d945
commit 51b79cb399
3 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ int D3D11VertexShader::Prepare(xe_gpu_program_cntl_t* program_cntl) {
return 0;
}
const void* byte_code = NULL;
void* byte_code = NULL;
size_t byte_code_length = 0;
// Create shader.
@@ -99,7 +99,7 @@ int D3D11PixelShader::Prepare(xe_gpu_program_cntl_t* program_cntl) {
return 0;
}
const void* byte_code = NULL;
void* byte_code = NULL;
size_t byte_code_length = 0;
// Create shader.