Bind constant buffers where you define them
And remove possible slot collisions.
This commit is contained in:
@@ -8,7 +8,7 @@ struct PS_INPUT
|
||||
float2 tex : TEXCOORD;
|
||||
};
|
||||
|
||||
cbuffer SdrScaling : register(b0) {
|
||||
cbuffer SdrScaling : register(b1) {
|
||||
float scale_factor;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user