C# 클래스 Imaging.DDSReader.Utils.DDSStruct

파일 보기 프로젝트 열기: andburn/dds-reader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
alphabitdepth uint
ddscaps ddscapsstruct
depth uint
flags uint
height uint
mipmapcount uint
pixelformat pixelformatstruct
reserved uint[]
size uint
sizeorpitch uint
texturestage uint
width uint

프로퍼티 상세

alphabitdepth 공개적으로 프로퍼티

public uint alphabitdepth
리턴 uint

ddscaps 공개적으로 프로퍼티

public ddscapsstruct ddscaps
리턴 ddscapsstruct

depth 공개적으로 프로퍼티

public uint depth
리턴 uint

flags 공개적으로 프로퍼티

public uint flags
리턴 uint

height 공개적으로 프로퍼티

public uint height
리턴 uint

mipmapcount 공개적으로 프로퍼티

public uint mipmapcount
리턴 uint

pixelformat 공개적으로 프로퍼티

public pixelformatstruct pixelformat
리턴 pixelformatstruct

reserved 공개적으로 프로퍼티

public uint[] reserved
리턴 uint[]

size 공개적으로 프로퍼티

public uint size
리턴 uint

sizeorpitch 공개적으로 프로퍼티

public uint sizeorpitch
리턴 uint

texturestage 공개적으로 프로퍼티

public uint texturestage
리턴 uint

width 공개적으로 프로퍼티

public uint width
리턴 uint