WebGPUNodeSampledTexture constructor
WebGPUNodeSampledTexture(
- dynamic name,
- dynamic textureNode
Implementation
WebGPUNodeSampledTexture(name, textureNode) : super(name, textureNode.value) {
this.textureNode = textureNode;
}