C# 클래스 Fusion.Drivers.Graphics.VolumeRWTexture

상속: ShaderResource
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
VolumeRWTexture ( GraphicsDevice device, int width, int height, int depth, ColorFormat format, bool mips ) : System

Creates texture

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

VolumeRWTexture() 공개 메소드

Creates texture
public VolumeRWTexture ( GraphicsDevice device, int width, int height, int depth, ColorFormat format, bool mips ) : System
device GraphicsDevice
width int
height int
depth int
format ColorFormat
mips bool
리턴 System