Vector.Gpu.ColorBuffer.ColorBuffer C# (CSharp) Метод

ColorBuffer() публичный Метод

public ColorBuffer ( Device device, int width, int height, TextureFormat format ) : System
device Device
width int
height int
format TextureFormat
Результат System
        public ColorBuffer(Device device, int width, int height, TextureFormat format) : this(device, width, height, format, 0) { }
        

Same methods

ColorBuffer::ColorBuffer ( Device device, int width, int height, TextureFormat format, int samples ) : System
ColorBuffer