OSDN Git Service

CommandBuffer skeleton
authorAlexis Hetu <sugoi@google.com>
Wed, 17 Oct 2018 12:00:43 +0000 (08:00 -0400)
committerAlexis Hétu <sugoi@google.com>
Thu, 18 Oct 2018 15:30:13 +0000 (15:30 +0000)
commita9999ce938be0091c60827258c58e252521f251f
tree17ea2fc231678f873cc96f57fa3ff104ba3c19db
parent1f23d8c57ea718a6ba1e4762e4847cf1150eb5f1
CommandBuffer skeleton

The CommandBuffer object is a large portion of the Vulkan API.
To make reviewing it's implementation easier, this cl simply adds
all the CommandBuffer function signatures and UNIMLPEMENTED functions.

Bug b/116336664

Change-Id: I25ad8e6b15f46f9c18717f6f147d7d794eb1da97
Reviewed-on: https://swiftshader-review.googlesource.com/c/21608
Tested-by: Alexis Hétu <sugoi@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Reviewed-by: Chris Forbes <chrisforbes@google.com>
src/Vulkan/VkCommandBuffer.cpp
src/Vulkan/VkCommandBuffer.hpp
src/Vulkan/libVulkan.cpp