save a copy
This commit is contained in:
parent
d38c00d09a
commit
3b25b34cd9
@ -50,7 +50,7 @@ struct RootParametersContainer {
|
|||||||
|
|
||||||
void addInfo(dxbc::RootParameterType Type, dxbc::ShaderVisibility Visibility,
|
void addInfo(dxbc::RootParameterType Type, dxbc::ShaderVisibility Visibility,
|
||||||
size_t Location) {
|
size_t Location) {
|
||||||
ParametersInfo.push_back(RootParameterInfo(Type, Visibility, Location));
|
ParametersInfo.emplace_back(Type, Visibility, Location);
|
||||||
}
|
}
|
||||||
|
|
||||||
void addParameter(dxbc::RootParameterType Type,
|
void addParameter(dxbc::RootParameterType Type,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user