3#include "CommonWebGPU.h"
4#include "../IBindGroups.h"
5#include "../Base/ResourceMap.h"
13 class GraphicsDeviceWebGPU;
17 BindingState_NeedsUpdate,
22 WGPUBindGroupEntry entry;
23 BindingState state = BindingState::BindingState_Invalid;
31 uint16_t numBindings = 0;
32 WGPUBindGroupLayout layout =
nullptr;
33 WGPUBindGroup bindGroup =
nullptr;
Provides a weakly referenced view over the contents of a string.
Contains all Cogs related functionality.
Provides bind group management functionality.