mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 10:25:28 +00:00
Rename IsNXTBitMask and NxtReference/Release to dawn
This commit is contained in:
committed by
Corentin Wallez
parent
a5ee52d33e
commit
923574eed5
@@ -112,12 +112,12 @@ namespace dawn {
|
||||
{% endif %}
|
||||
}
|
||||
{% endfor %}
|
||||
void {{CppType}}::NxtReference({{CType}} handle) {
|
||||
void {{CppType}}::DawnReference({{CType}} handle) {
|
||||
if (handle != nullptr) {
|
||||
{{as_cMethod(type.name, Name("reference"))}}(handle);
|
||||
}
|
||||
}
|
||||
void {{CppType}}::NxtRelease({{CType}} handle) {
|
||||
void {{CppType}}::DawnRelease({{CType}} handle) {
|
||||
if (handle != nullptr) {
|
||||
{{as_cMethod(type.name, Name("release"))}}(handle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user