Untitled

mail@pastecode.io avatar
unknown
c_cpp
4 months ago
272 B
13
Indexable
Never
grTexSource(0, linearAddr, GR_MIPMAPLEVELMASK_BOTH, &tInfo);

	NativeTextureHandle* tex = new NativeTextureHandle();
	tex->TexInfo = tInfo;
	tex->LinearAddr = linearAddr;

	Texture* ret = new Texture();
	ret->Width = 0;
	ret->Height = 0;
	ret->NativeHandle = tex;
Leave a Comment