Parent Directory
|
Revision Log
|
Patch
revision 72 by william, Thu Jul 15 14:22:00 2010 UTC | revision 73 by william, Thu Jul 15 14:31:59 2010 UTC | |
---|---|---|
# | Line 35 namespace gr2lib.core.coretypes.implemen | Line 35 namespace gr2lib.core.coretypes.implemen |
35 | ||
36 | public Texture() | public Texture() |
37 | { | { |
38 | this.FromFileName = ""; | |
39 | this.TextureType = 0; | |
40 | this.Width = 0; | |
41 | this.Height = 0; | |
42 | this.Encoding = 0; | |
43 | this.SubFormat = 0; | |
44 | this.Layout = new Layout(); | |
45 | this.Images = new List<Image>(); | |
46 | this.ExtendedData = IntPtr.Zero; | |
47 | this.NativePointer = IntPtr.Zero; | |
48 | } | } |
49 | ||
50 | internal static Texture ReadFromMemory(IntPtr pointer) | internal static Texture ReadFromMemory(IntPtr pointer) |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |