We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030d0c9 commit 3704ab4Copy full SHA for 3704ab4
InteropUnityCUDA/Assets/Runtime/Actions/InteropHandlerSample.cs
@@ -149,7 +149,6 @@ private void InitSampleVertexBuffer()
149
150
public void Update()
151
{
152
- Debug.Log("update");
153
UpdateInteropHandler();
154
}
155
@@ -158,7 +157,6 @@ public void Update()
158
157
/// </summary>
159
protected override void UpdateActions()
160
161
- Debug.Log("update actions");
162
base.UpdateActions();
163
CallFunctionUpdateInAction(_ActionTextureName);
164
CallFunctionUpdateInAction(_ActionTextureArrayName);
0 commit comments