aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-02-20 19:33:42 -0500
committerGitHub <noreply@github.com>2019-02-20 19:33:42 -0500
commit72837666c311762c16a9746657f2a72676979b11 (patch)
tree13757fd7a30435377f7e433dd6bc36f04dd86d0d /tests
parent198746675fc8271313c55e48ba0b82e4f6631d1a (diff)
downloadamber-72837666c311762c16a9746657f2a72676979b11.tar.gz
Allow querying vkGetPhysicalProperties2 (#308)
This CL adds the code to query for physical properties2 if the VK_KHR_get_physical_device_properties2 extension is required.
Diffstat (limited to 'tests')
-rw-r--r--tests/cases/clear.amber2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cases/clear.amber b/tests/cases/clear.amber
index 6068b98..a89e5a4 100644
--- a/tests/cases/clear.amber
+++ b/tests/cases/clear.amber
@@ -11,6 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+[require]
+VK_KHR_get_physical_device_properties2
[vertex shader passthrough]