Updated deferred shadows example to use new framebuffer class
This commit is contained in:
parent
47bd9d62e2
commit
f3a86c292c
12 changed files with 156 additions and 458 deletions
|
|
@ -539,8 +539,6 @@ public:
|
|||
|
||||
meshBuffer->indexCount = (uint32_t)indexBuffer.size();
|
||||
|
||||
void* data;
|
||||
|
||||
// Use staging buffer to move vertex and index buffer to device local memory
|
||||
if (useStaging && copyQueue != VK_NULL_HANDLE && copyCmd != VK_NULL_HANDLE)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue