3 #include "gpu_buffer.h" virtual void CreateDerivedViews() override
Creates the descriptor views (descriptors) for this TypedBuffer.
Definition: typed_buffer.cc:23
DXGI_FORMAT data_format_
The format of each element in the typed buffer.
Definition: typed_buffer.h:28
TypedBuffer()
Constructs a TypedBuffer.
Definition: typed_buffer.cc:10
Wraps buffer-type GpuResource's.
Definition: gpu_buffer.h:17
The main Blowbox namespace.
Definition: image.cc:8
Wrapper for formatted buffer types.
Definition: typed_buffer.h:13