diff options
| author | Yong He <yonghe@outlook.com> | 2021-01-21 12:21:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-21 12:21:00 -0800 |
| commit | 6c8135fcd6c5ddb86ade74417e93383917d17cb2 (patch) | |
| tree | f6f020371f0b3657b438f298a88bd5fc35ca64c1 /tools/gfx/render.h | |
| parent | 4b978330dd4f5f96d1e4e4397cb3ddf7ff8abb3a (diff) | |
Add `StructuredBuffer` support in `gfx`. (#1666)
Diffstat (limited to 'tools/gfx/render.h')
| -rw-r--r-- | tools/gfx/render.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gfx/render.h b/tools/gfx/render.h index 8e1a5d665..eeef00a8f 100644 --- a/tools/gfx/render.h +++ b/tools/gfx/render.h @@ -684,6 +684,7 @@ enum class DescriptorSlotType UniformTexelBuffer, StorageTexelBuffer, UniformBuffer, + ReadOnlyStorageBuffer, StorageBuffer, DynamicUniformBuffer, DynamicStorageBuffer, |
