Added KRDevice::checkFlushStreamBuffer.

This commit is contained in:
2022-07-20 21:35:20 -07:00
parent 8f63d9607a
commit e1342ab836
2 changed files with 17 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ public:
// TODO - We should allocate at least two of these and double-buffer for increased CPU-GPU concurrency
StagingBufferInfo m_graphicsStagingBuffer;
private:
void checkFlushStreamBuffer(size_t size);
void getQueueFamiliesForSharing(uint32_t* queueFamilyIndices, uint32_t* familyCount);