VirtualBox

Changeset 82005 in vbox


Ignore:
Timestamp:
Nov 19, 2019 5:42:32 PM (5 years ago)
Author:
vboxsync
Message:

Additions/3D/win/VBoxGL: added floating point formats to the list of supported render targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/3D/win/VBoxGL/GaDrvEnvKMT.cpp

    r79817 r82005  
    383383        case SVGA3D_LUMINANCE8_ALPHA8: return D3DDDIFMT_A8L8;
    384384        case SVGA3D_R5G6B5:         return D3DDDIFMT_R5G6B5;
     385        case SVGA3D_ARGB_S10E5:     return D3DDDIFMT_A16B16G16R16F;
     386        case SVGA3D_ARGB_S23E8:     return D3DDDIFMT_A32B32G32R32F;
    385387        default: break;
    386388    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette