1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
// Aldaron's System Interface / Vulkan
// Copyright (c) 2017 Jeron Aldaron Lau <jeron.lau@plopgrizzly.com>
// Licensed under the MIT LICENSE
//
// src/depth_buffer.rs


/// A buffer for depth data.
pub struct DepthBuffer {
	
}

impl DepthBuffer {
	
}