Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. yatekii@arcturo:~/repos/wgpu$ rustup run nightly cbindgen wgpu-native > wgpu.h
  2. WARN: Skip wgpu-native::MAX - (not `pub`).
  3. ERROR: Conflicting name for constant MAX_BIND_GROUPS
  4. WARN: Skip wgpu-native::EMPTY - (not `pub`).
  5. WARN: Skip wgpu-native::BITS_PER_BYTE - (not `pub`).
  6. WARN: Skip wgpu-native::map_color_write_flags - (not `pub`).
  7. WARN: Skip wgpu-native::map_blend_descriptor - (not `pub`).
  8. WARN: Skip wgpu-native::map_blend_factor - (not `pub`).
  9. WARN: Skip wgpu-native::map_stencil_face - (not `pub`).
  10. WARN: Skip wgpu-native::map_stencil_operation - (not `pub`).
  11. WARN: Skip wgpu-native::checked_u32_as_u16 - (not `pub`).
  12. WARN: Skip wgpu-native::CLEANUP_WAIT_MS - (not `pub`).
  13. WARN: Skip wgpu-native::BIND_BUFFER_ALIGNMENT - (Unhandled const definition)
  14. WARN: Skip wgpu-native::map_buffer - (not `pub`).
  15. WARN: Skip wgpu-native::HUB - (not `no_mangle`).
  16. WARN: Skip wgpu-native::REPLACE - (Unsupported literal expression. Path(ExprPath { attrs: [], qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident(BlendFactor), arguments: None }, Colon2, PathSegment { ident: Ident(One), arguments: None }] } }))
  17. WARN: Skip wgpu-native::IGNORE - (Unsupported literal expression. Path(ExprPath { attrs: [], qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident(resource), arguments: None }, Colon2, PathSegment { ident: Ident(CompareFunction), arguments: None }, Colon2, PathSegment { ident: Ident(Always), arguments: None }] } }))
  18. WARN: Skip wgpu-native::FRAME_TIMEOUT_MS - (not `pub`).
  19. ERROR: Cannot find a mangling for generic path GenericPath { path: Path { name: "Adapter" }, export_name: "Adapter", generics: [Path(GenericPath { path: Path { name: "Backend" }, export_name: "Backend", generics: [], ctype: None })], ctype: None }. This usually means that a type referenced by this generic was incompatible or not found.
  20. WARN: Can't find PresentMode. This usually means that this type was incompatible or not found.
  21. WARN: Missing `[defines]` entry for `feature = "gfx-backend-gl"` in cbindgen config.
  22. WARN: Missing `[defines]` entry for `feature = "gfx-backend-gl"` in cbindgen config.
  23. WARN: Missing `[defines]` entry for `feature = "gfx-backend-gl"` in cbindgen config.
  24. WARN: Missing `[defines]` entry for `feature = "gfx-backend-gl"` in cbindgen config.
  25. WARN: Missing `[defines]` entry for `feature = "gfx-backend-gl"` in cbindgen config.
  26. WARN: Missing `[defines]` entry for `feature = "gfx-backend-gl"` in cbindgen config.
  27. WARN: Missing `[defines]` entry for `feature = "gfx-backend-gl"` in cbindgen config.
  28. WARN: Missing `[defines]` entry for `feature = "gfx-backend-gl"` in cbindgen config.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement