Cogs.Core
FormatsWebGPU.h
1#include "CommonWebGPU.h"
2
3namespace Cogs
4{
5 extern const WGPUTextureFormat TextureFormatsWebGPU[];
6 extern const WGPUVertexFormat VertexFormatsWebGPU[];
7
8}
Contains all Cogs related functionality.
Definition: FieldSetter.h:23