]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pixelformat.h
Add const overload for AnimatedObject::get_shader_data
[libs/gl.git] / source / pixelformat.h
index 5d59c255ea2c40e42aa2a9e20240e47607c22201..2db894a78447ed0d6b7b2892f7c5e8a499509774 100644 (file)
@@ -70,6 +70,7 @@ PixelFormat storage_pixelformat_from_graphics(Graphics::PixelFormat, bool = fals
 PixelFormat get_base_pixelformat(PixelFormat);
 PixelFormat get_unsized_pixelformat(PixelFormat);
 PixelFormat get_sized_pixelformat(PixelFormat, unsigned = 1);
+PixelFormat get_default_sized_pixelformat(PixelFormat);
 PixelFormat get_srgb_pixelformat(PixelFormat);
 unsigned get_component_count(PixelFormat);
 unsigned get_component_size(PixelFormat);