Class HardwareAcceleratedTextureDecoder
Namespace: ValveResourceFormat.Utils
Assembly: ValveResourceFormat.dll
Provides access to an optional hardware-assisted texture decoder implementation.
csharp
public static class HardwareAcceleratedTextureDecoderInheritance
object ← HardwareAcceleratedTextureDecoder
Properties
Decoder
For use in applications that can decode a using a GPU.
csharp
public static IHardwareTextureDecoder? Decoder { get; set; }
