diff options
| author | bunnei <bunneidev@gmail.com> | 2018-07-26 11:44:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-26 11:44:37 -0700 |
| commit | 5a27f4e4ccf029a355145b309c691ebc7281b9e2 (patch) | |
| tree | eaa2cce135ccbdb8e81142de7ccd8d84af5d8956 /src/video_core/gpu.h | |
| parent | 57cd80c410ecaf064a6983b6a74e2bd6aa58bf03 (diff) | |
| parent | f85cff0f48a62ae6ae645bb1dd25689135603d69 (diff) | |
Merge pull request #829 from Subv/r16f_rt
GPU: Allow using R16F as a render target format.
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index de276c559..c464fc6d1 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -29,6 +29,7 @@ enum class RenderTargetFormat : u32 { RG16_UINT = 0xDD, RG16_FLOAT = 0xDE, R11G11B10_FLOAT = 0xE0, + R16_FLOAT = 0xF2, R8_UNORM = 0xF3, }; |
