[D3D12] Write to 8_8_8_8_GAMMA in gamma space

This commit is contained in:
Triang3l
2018-09-29 13:30:05 +03:00
parent 64209748e3
commit eb50ebd885
7 changed files with 514 additions and 383 deletions

View File

@@ -3,9 +3,9 @@
cbuffer xe_system_cbuffer : register(b0) {
// vec4 0
uint xe_flags;
uint xe_vertex_index_endian;
uint xe_vertex_base_index;
uint xe_ndc_control;
uint xe_pixel_pos_reg;
// vec4 1
float3 xe_ndc_scale;