Fix crash if texture streaming fails on different texture format on Vulkan due to fallback usage
This commit is contained in:
@@ -115,10 +115,12 @@ public:
|
||||
/// <summary>
|
||||
/// Requests the streaming update for this resource during next streaming manager update.
|
||||
/// </summary>
|
||||
void RequestStreamingUpdate()
|
||||
{
|
||||
Streaming.LastUpdate = 0;
|
||||
}
|
||||
void RequestStreamingUpdate();
|
||||
|
||||
/// <summary>
|
||||
/// Stops the streaming (eg. on streaming fail).
|
||||
/// </summary>
|
||||
void CancelStreaming();
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user