|
@@ -197,6 +197,8 @@ struct DXScreenData {
|
|
|
bool _is_dx9_1;
|
|
bool _is_dx9_1;
|
|
|
UINT _supported_screen_depths_mask;
|
|
UINT _supported_screen_depths_mask;
|
|
|
UINT _supported_tex_formats_mask;
|
|
UINT _supported_tex_formats_mask;
|
|
|
|
|
+ bool _supports_rgba16f_texture_format;
|
|
|
|
|
+ bool _supports_rgba32f_texture_format;
|
|
|
D3DCAPS9 _d3dcaps;
|
|
D3DCAPS9 _d3dcaps;
|
|
|
D3DDISPLAYMODE _display_mode;
|
|
D3DDISPLAYMODE _display_mode;
|
|
|
D3DPRESENT_PARAMETERS _presentation_params; // not redundant with _display_mode since width/height must be 0 for windowed mode
|
|
D3DPRESENT_PARAMETERS _presentation_params; // not redundant with _display_mode since width/height must be 0 for windowed mode
|