@mateuszjs/magic-render 0.1.0-next.1 → 0.1.0-next.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/README.md +4 -0
  2. package/lib/e9072ac5eb734c67.png +0 -0
  3. package/lib/index.mjs +2 -1
  4. package/lib/index.mjs.map +1 -0
  5. package/lib/types/src/WebGPU/canvasSizeObserver.d.ts.map +1 -1
  6. package/lib/types/src/WebGPU/pick.d.ts +13 -7
  7. package/lib/types/src/WebGPU/pick.d.ts.map +1 -1
  8. package/lib/types/src/WebGPU/pointer.d.ts +5 -1
  9. package/lib/types/src/WebGPU/pointer.d.ts.map +1 -1
  10. package/lib/types/src/WebGPU/programs/draw/getProgram.d.ts +2 -0
  11. package/lib/types/src/WebGPU/programs/draw/getProgram.d.ts.map +1 -0
  12. package/lib/types/src/WebGPU/programs/drawMSDF/getProgram.d.ts +2 -0
  13. package/lib/types/src/WebGPU/programs/drawMSDF/getProgram.d.ts.map +1 -0
  14. package/lib/types/src/WebGPU/programs/drawTexture/getProgram.d.ts.map +1 -1
  15. package/lib/types/src/WebGPU/programs/drawTriangle/getProgram.d.ts.map +1 -1
  16. package/lib/types/src/WebGPU/programs/initPrograms.d.ts +12 -8
  17. package/lib/types/src/WebGPU/programs/initPrograms.d.ts.map +1 -1
  18. package/lib/types/src/WebGPU/programs/pickTexture/getProgram.d.ts +1 -1
  19. package/lib/types/src/WebGPU/programs/pickTexture/getProgram.d.ts.map +1 -1
  20. package/lib/types/src/WebGPU/programs/pickTriangle/getProgram.d.ts +2 -0
  21. package/lib/types/src/WebGPU/programs/pickTriangle/getProgram.d.ts.map +1 -0
  22. package/lib/types/src/getCanvasRenderDescriptor.d.ts.map +1 -1
  23. package/lib/types/src/getDepthTexture.d.ts.map +1 -1
  24. package/lib/types/src/getMultisampleTexture.d.ts +2 -0
  25. package/lib/types/src/getMultisampleTexture.d.ts.map +1 -0
  26. package/lib/types/src/index.d.ts +13 -4
  27. package/lib/types/src/index.d.ts.map +1 -1
  28. package/lib/types/src/run.d.ts +2 -2
  29. package/lib/types/src/run.d.ts.map +1 -1
  30. package/lib/types/src/types.d.ts +0 -5
  31. package/lib/types/src/types.d.ts.map +1 -1
  32. package/lib/types/src/utils/distancePointToLine.d.ts +0 -1
  33. package/lib/types/src/utils/distancePointToLine.d.ts.map +1 -1
  34. package/lib/types/src/utils/getAngle.d.ts +0 -1
  35. package/lib/types/src/utils/getAngle.d.ts.map +1 -1
  36. package/lib/types/src/utils/getBezierPos.d.ts +0 -1
  37. package/lib/types/src/utils/getBezierPos.d.ts.map +1 -1
  38. package/lib/types/src/utils/getBezierTan.d.ts +0 -1
  39. package/lib/types/src/utils/getBezierTan.d.ts.map +1 -1
  40. package/lib/types/src/utils/getCurveLength.d.ts +0 -1
  41. package/lib/types/src/utils/getCurveLength.d.ts.map +1 -1
  42. package/lib/types/src/utils/getDefaultPoints.d.ts +2 -0
  43. package/lib/types/src/utils/getDefaultPoints.d.ts.map +1 -0
  44. package/lib/types/src/utils/getDistance.d.ts +0 -1
  45. package/lib/types/src/utils/getDistance.d.ts.map +1 -1
  46. package/lib/types/src/utils/getSvgSource.d.ts +2 -0
  47. package/lib/types/src/utils/getSvgSource.d.ts.map +1 -0
  48. package/lib/types/src/utils/normalizeVec2.d.ts +0 -1
  49. package/lib/types/src/utils/normalizeVec2.d.ts.map +1 -1
  50. package/package.json +12 -8
  51. package/lib/types/crate/glue_code.d.ts +0 -2
  52. package/lib/types/crate/glue_code.d.ts.map +0 -1
  53. package/lib/types/crate/pkg/index_bg.d.ts +0 -59
  54. package/lib/types/crate/pkg/index_bg.d.ts.map +0 -1
  55. package/lib/types/src/components/Preview/index.d.ts +0 -1
  56. package/lib/types/src/components/Preview/index.d.ts.map +0 -1
package/README.md CHANGED
@@ -4,6 +4,10 @@ _Hello there!_
4
4
  npm i @mateuszjs/magic-render
5
5
  ```
6
6
 
7
+ # Generating WebGPU Binding Groups Layout and analyzing memory of structs
8
+
9
+ https://webgpufundamentals.org/webgpu/lessons/resources/wgsl-offset-computer.html#
10
+
7
11
  # Releasing versions
8
12
 
9
13
  Each Pull Request has to be merged with squash, the following naming convention needs to be respected:
Binary file