mirror of
https://github.com/aap/librw.git
synced 2025-12-19 17:09:51 +00:00
implemented dear imgui for librw
This commit is contained in:
@@ -1595,6 +1595,7 @@ readNativeTexture(Stream *stream)
|
||||
goto fail;
|
||||
}
|
||||
stream->read(&streamExt, 0x40);
|
||||
/*
|
||||
printf("%X %X %X %X %X %016llX %X %X %016llX %016llX %X %X %X %X\n",
|
||||
streamExt.width,
|
||||
streamExt.height,
|
||||
@@ -1610,7 +1611,7 @@ streamExt.pixelSize,
|
||||
streamExt.paletteSize,
|
||||
streamExt.totalSize,
|
||||
streamExt.mipmapVal);
|
||||
|
||||
*/
|
||||
noNewStyleRasters = streamExt.type < 2;
|
||||
rw::version = version;
|
||||
raster = Raster::create(streamExt.width, streamExt.height,
|
||||
|
||||
Reference in New Issue
Block a user