Commit 50a91e11 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Update comment on top of format_texture_info[].

parent 075fa654
...@@ -582,10 +582,10 @@ static void convert_s8_uint_d24_float(const BYTE *src, BYTE *dst, UINT pitch, UI ...@@ -582,10 +582,10 @@ static void convert_s8_uint_d24_float(const BYTE *src, BYTE *dst, UINT pitch, UI
* WINED3DFMT_NVHS */ * WINED3DFMT_NVHS */
static const struct wined3d_format_texture_info format_texture_info[] = static const struct wined3d_format_texture_info format_texture_info[] =
{ {
/* format id internal srgbInternal rtInternal /* format id gl_internal gl_srgb_internal gl_rt_internal
format type gl_format gl_type conv_byte_count
flags flags
extension */ extension convert */
/* FourCC formats */ /* FourCC formats */
/* GL_APPLE_ycbcr_422 claims that its '2YUV' format, which is supported via the UNSIGNED_SHORT_8_8_REV_APPLE type /* GL_APPLE_ycbcr_422 claims that its '2YUV' format, which is supported via the UNSIGNED_SHORT_8_8_REV_APPLE type
* is equivalent to 'UYVY' format on Windows, and the 'YUVS' via UNSIGNED_SHORT_8_8_APPLE equates to 'YUY2'. The * is equivalent to 'UYVY' format on Windows, and the 'YUVS' via UNSIGNED_SHORT_8_8_APPLE equates to 'YUY2'. The
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment