mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
Rename nxtProcTable and nxtSetProcs to dawn
This commit is contained in:
committed by
Corentin Wallez
parent
b1669e3fa4
commit
be5ca38351
@@ -14,11 +14,11 @@
|
||||
|
||||
#include "dawn/dawn.h"
|
||||
|
||||
static nxtProcTable procs;
|
||||
static dawnProcTable procs;
|
||||
|
||||
static nxtProcTable nullProcs;
|
||||
static dawnProcTable nullProcs;
|
||||
|
||||
void nxtSetProcs(const nxtProcTable* procs_) {
|
||||
void dawnSetProcs(const dawnProcTable* procs_) {
|
||||
if (procs_) {
|
||||
procs = *procs_;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user