Public export function pointers
This commit is contained in:
parent
9a9f44f903
commit
86e273b71a
4513
ash/src/vk.rs
4513
ash/src/vk.rs
File diff suppressed because it is too large
Load diff
|
@ -791,7 +791,7 @@ fn generate_function_pointers<'a>(
|
|||
|
||||
pub struct #ident {
|
||||
#(
|
||||
#names_ref: extern "system" fn(#expanded_params_ref) -> #return_types_ref,
|
||||
pub #names_ref: extern "system" fn(#expanded_params_ref) -> #return_types_ref,
|
||||
)*
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue