[D3D12] DXBC RDEF cbuffers

This commit is contained in:
Triang3l
2018-08-29 19:46:38 +03:00
parent 3edf41bea4
commit a30f8d6374
3 changed files with 70 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#ifndef XENIA_GPU_D3D12_SHADERS_XENOS_DRAW_HLSLI_
#define XENIA_GPU_D3D12_SHADERS_XENOS_DRAW_HLSLI_
cbuffer XeSystemConstants : register(b0) {
cbuffer xe_system_cbuffer : register(b0) {
// vec4 0
float3 xe_mul_rcp_w;
uint xe_vertex_base_index;