dawn-cmake/src/utils
Yunchao He eea2091068 Update VertexInput (InputState) to match spec - Part 1
This is only a renaming: change VertexInput to VertexBuffer, and
change InputState to VertexInput.

The next two patches will do as follows:
1) change the structure of vertex input descriptor related stuff.
2) change num to count.

BUG=dawn:80, dawn:107

Change-Id: Ie76aa653a527759a9c3b4a4792e3254689f053b8
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/7420
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Yunchao He <yunchao.he@intel.com>
2019-05-22 22:46:32 +00:00
..
BackendBinding.cpp Capitalize C types dawn -> Dawn 2019-03-11 16:52:42 +00:00
BackendBinding.h Capitalize C types dawn -> Dawn 2019-03-11 16:52:42 +00:00
ComboRenderPipelineDescriptor.cpp Update VertexInput (InputState) to match spec - Part 1 2019-05-22 22:46:32 +00:00
ComboRenderPipelineDescriptor.h Update VertexInput (InputState) to match spec - Part 1 2019-05-22 22:46:32 +00:00
D3D12Binding.cpp Capitalize C types dawn -> Dawn 2019-03-11 16:52:42 +00:00
DawnHelpers.cpp dawn_native: deduplicate pipeline layouts 2019-05-01 12:57:27 +00:00
DawnHelpers.h Change buffer-related sizes/offsets to be uint64_t 2019-04-05 20:51:29 +00:00
MetalBinding.mm Capitalize C types dawn -> Dawn 2019-03-11 16:52:42 +00:00
NullBinding.cpp Capitalize C types dawn -> Dawn 2019-03-11 16:52:42 +00:00
OpenGLBinding.cpp Capitalize C types dawn -> Dawn 2019-03-11 16:52:42 +00:00
SystemUtils.cpp Rename src/common macros NXT_* to DAWN_* 2018-07-18 22:54:06 +02:00
SystemUtils.h Guard header files in utils with #ifdef and #endif 2018-12-20 11:21:04 +00:00
TerribleCommandBuffer.cpp Make dawn_wire a shared library 2018-07-30 17:22:45 +02:00
TerribleCommandBuffer.h Make dawn_wire a shared library 2018-07-30 17:22:45 +02:00
VulkanBinding.cpp Capitalize C types dawn -> Dawn 2019-03-11 16:52:42 +00:00