vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
36 stars 14 forks source link

Adds TextureSliceView node and improves texture tooltip #678

Open tebjan opened 1 week ago

tebjan commented 1 week ago

PR Details

Adds TextureSliceView node and improves texture tooltip to show the view and base differences of size and mip level.

Description

image

Related Issue

Needs merge and a Stride update with this included: https://github.com/stride3d/stride/pull/2375

Motivation and Context

Write into Texture3D mip slices in a compute shader. As requested by @texone.

Types of changes

Checklist

tebjan commented 1 week ago

I just noticed that this doesn't need to wait for the merge and Stride update. It works already for 2d textures. The PR on stride will just fix creating slices for 3d textures.