Rename nxtProcTable and nxtSetProcs to dawn

This commit is contained in:
Corentin Wallez
2018-07-18 15:15:07 +02:00
committed by Corentin Wallez
parent b1669e3fa4
commit be5ca38351
24 changed files with 68 additions and 68 deletions

View File

@@ -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 {