mrvux / dx11-vvvv

DirectX11 Rendering within vvvv
Other
71 stars 71 forks source link

reworked miplevels for array nodes #343

Closed sebllll closed 6 years ago

sebllll commented 6 years ago

miplevel copying wasn't implemented right. also catched some cases that throw errors (binsize of 0, etc.)

sebllll commented 6 years ago

btw: the appveyor error is identical to the error from my last PR.


git clone -q https://github.com/mrvux/dx11-vvvv.git C:\projects\dx11-vvvv
git fetch -q origin +refs/pull/343/merge:
git checkout -qf FETCH_HEAD
Running Install scripts
$fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
$fileContent += $env:priv_key.Replace(' ', "`n")

You cannot call a method on a null-valued expression.
At line:1 char:1
+ $fileContent += $env:priv_key.Replace(' ', "`n")
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

Command executed with exception: You cannot call a method on a null-valued expression.
mrvux commented 6 years ago

This is merged, thanks, error in PR comes from submodules, I need to fix that