diff options
| author | Chris Forbes <chrisforbes@google.com> | 2017-05-02 16:54:24 -0700 |
|---|---|---|
| committer | Chris Forbes <chrisf@ijw.co.nz> | 2017-05-03 11:38:06 -0700 |
| commit | a8901efd8e753d01bc5763dba3405d2e4485a5c7 (patch) | |
| tree | 9000ae7db5b3dc35172fdae50585966b63b080f6 /layers/unique_objects.h | |
| parent | 57234b444a2e0751f259e325ae3060f08b23616d (diff) | |
| download | usermoji-a8901efd8e753d01bc5763dba3405d2e4485a5c7.tar.xz | |
layers: Store instance data in UO::layer_data rather than gpu handle
Diffstat (limited to 'layers/unique_objects.h')
| -rw-r--r-- | layers/unique_objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/unique_objects.h b/layers/unique_objects.h index e8b16b44..33616aa1 100644 --- a/layers/unique_objects.h +++ b/layers/unique_objects.h @@ -61,7 +61,7 @@ struct instance_layer_data { }; struct layer_data { - VkInstance instance; + instance_layer_data *instance_data; debug_report_data *report_data; VkLayerDispatchTable dispatch_table = {}; |
