コード例 #1
0
 private void PlatformSetVertexShaderTexture(int slot, Texture texture)
 {
     _deviceCommandEncoder.SetVertexTexture(texture?.DeviceTexture, (nuint)slot);
 }