mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Cleanup.
This commit is contained in:
@@ -2802,19 +2802,19 @@ VK_IMPORT_DEVICE
|
||||
|
||||
bimg::imageSwizzleBgra8(
|
||||
data
|
||||
, subResourceLayout.rowPitch
|
||||
, uint32_t(subResourceLayout.rowPitch)
|
||||
, width
|
||||
, height
|
||||
, data
|
||||
, subResourceLayout.rowPitch
|
||||
, uint32_t(subResourceLayout.rowPitch)
|
||||
);
|
||||
|
||||
g_callback->screenShot(_filePath
|
||||
, width
|
||||
, height
|
||||
, subResourceLayout.rowPitch
|
||||
, uint32_t(subResourceLayout.rowPitch)
|
||||
, data
|
||||
, height * subResourceLayout.rowPitch
|
||||
, height * uint32_t(subResourceLayout.rowPitch)
|
||||
, false
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user