Working on RenderTarget example
This commit is contained in:
11
src/dawn/util/flag.hpp
Normal file
11
src/dawn/util/flag.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
// Copyright (c) 2022 Dominic Masters
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#pragma once
|
||||
#include "dawnlibs.hpp"
|
||||
|
||||
typedef uint_fast8_t flag8_t;
|
||||
|
||||
#define FLAG_DEFINE(n) (1 << n)
|
Reference in New Issue
Block a user