Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Vulkan-Headers to 1.2.162 with stable ray-tracing spec #341

Merged
merged 8 commits into from
Dec 13, 2020
Prev Previous commit
Next Next commit
generator: Shim IDirectFB and IDirectFBSurface to c_void
MarijnS95 committed Dec 12, 2020
commit 0cc6ace46e776fcffc4d7dbf2f01f496e979a6dc
2 changes: 2 additions & 0 deletions ash/src/vk/platform_types.rs
Original file line number Diff line number Diff line change
@@ -30,3 +30,5 @@ pub type AHardwareBuffer = c_void;
pub type CAMetalLayer = c_void;
pub type GgpStreamDescriptor = u32;
pub type GgpFrameToken = u64;
pub type IDirectFB = c_void;
pub type IDirectFBSurface = c_void;
2 changes: 2 additions & 0 deletions generator/src/lib.rs
Original file line number Diff line number Diff line change
@@ -380,6 +380,8 @@ pub fn platform_specific_types() -> Tokens {
// https://github.com/google/gapid/commit/22aafebec4638c6aaa77667096bca30f6e842d95#diff-ab3ab4a7d89b4fc8a344ff4e9332865f268ea1669ee379c1b516a954ecc2e7a6R20-R21
pub type GgpStreamDescriptor = u32;
pub type GgpFrameToken = u64;
pub type IDirectFB = c_void;
pub type IDirectFBSurface = c_void;
}
}
#[derive(Debug, Copy, Clone)]