X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_input.h;fp=fft_input.h;h=a75414cb473ce181ebb3717229cc970a17e00a4e;hp=b57723cd61a92251bf6a870a6542d585fbf7d28d;hb=bff07c51f937a4fdf005d31ef7e064467db67511;hpb=61e2a7671f7b22227dcdc34dd303ae4fcc802aaa diff --git a/fft_input.h b/fft_input.h index b57723c..a75414c 100644 --- a/fft_input.h +++ b/fft_input.h @@ -48,6 +48,7 @@ public: virtual AlphaHandling alpha_handling() const { return INPUT_AND_OUTPUT_PREMULTIPLIED_ALPHA; } virtual bool is_single_texture() const { return true; } virtual bool can_output_linear_gamma() const { return true; } + virtual bool can_supply_mipmaps() const { return false; } // Tells the input where to fetch the actual pixel data. Note that if you change // this data, you must either call set_pixel_data() again (using the same pointer