This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Behold. Something you probably shouldn't do but I had to make it work just to see. | |
| This is how you generate all mipmap levels of a depth map in a single compute shader invocation. | |
| Well... almost. Mip level 7 is an min of the entire depth map. | |
| Unfortunately this does not -quite- work as even with maximally converge extension there is not 100% guarantee of the spinlock working as expcted. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *.cs diff=csharp text | |
| *.cginc text | |
| *.shader text | |
| *.dat filter=lfs diff=lfs merge=lfs -text | |
| *.DAT filter=lfs diff=lfs merge=lfs -text | |
| *.a filter=lfs diff=lfs merge=lfs -text | |
| *.A filter=lfs diff=lfs merge=lfs -text | |
| *.mp3 filter=lfs diff=lfs merge=lfs -text | |
| *.MP3 filter=lfs diff=lfs merge=lfs -text | |
| *.wav filter=lfs diff=lfs merge=lfs -text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| using UnityEngine; | |
| using WasmerSharp; | |
| public class WASMTests : MonoBehaviour | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections.Generic; | |
| using UnityEngine.InputSystem; | |
| using UnityEngine.InputSystem.Controls; | |
| using UnityEngine.InputSystem.Layouts; | |
| using UnityEngine.InputSystem.XR; | |
| using UnityEngine.Scripting; | |
| #if UNITY_EDITOR | |
| using UnityEditor; | |
| #endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // this doesnt work | |
| using System.Collections.Generic; | |
| using Unity.XR.OpenVR; | |
| using UnityEngine.InputSystem.Layouts; | |
| using UnityEngine.InputSystem.XR; | |
| #if UNITY_EDITOR | |
| using UnityEditor; | |
| #endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| struct Atype | |
| { | |
| table: Table, | |
| linker: Linker, | |
| } | |
| impl Atype | |
| { | |
| pub fn new() -> Self | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Ll]ibrary/ | |
| [Tt]emp/ | |
| [Oo]bj/ | |
| [Bb]uild/ | |
| [Bb]uilds/ | |
| Assets/AssetStoreTools* | |
| .DS_Store | |
| .idea/ | |
| /Assets/Plugins/Editor/JetBrains/ | |
| /Assets/Plugins/Editor/JetBrains.meta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *.cs diff=csharp text | |
| *.cginc text | |
| *.shader text | |
| *.dat filter=lfs diff=lfs merge=lfs -text | |
| *.DAT filter=lfs diff=lfs merge=lfs -text | |
| *.a filter=lfs diff=lfs merge=lfs -text | |
| *.A filter=lfs diff=lfs merge=lfs -text | |
| *.mp3 filter=lfs diff=lfs merge=lfs -text | |
| *.MP3 filter=lfs diff=lfs merge=lfs -text | |
| *.wav filter=lfs diff=lfs merge=lfs -text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body> | |
| <h2>Privacy Policy</h2> | |
| <p>[Individual or Company Name] built the [App Name] app as a [open source | free | freemium | ad-supported | commercial] app. This SERVICE is provided by [Individual or company name] [at no cost] and is intended | |
| for use as is.</p> | |
| <p>This page is used to inform website visitors regarding [my|our] policies with the collection, use, and | |
| disclosure of Personal Information if anyone decided to use [my|our] Service.</p> | |
| <p>If you choose to use [my|our] Service, then you agree to the collection and use of information in | |
| relation with this policy. The Personal Information that [I|we] collect are used for providing and | |
| improving the Service. [I|We] will not use or share your information with anyone except as described |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ryan@ryan-ubuntu:~/Developer/AliceVisionAutoBuild/build$ make -j8 | |
| [ 1%] Performing update step for 'ilmbase' | |
| [ 9%] Built target turbojpeg | |
| [ 26%] Built target tiff | |
| [ 26%] Built target png | |
| [ 34%] Built target geogram | |
| [ 42%] Built target eigen | |
| [ 51%] Built target boost | |
| [ 59%] Built target ceres | |
| Current branch develop_compatibility_gxx4 is up to date. |
NewerOlder