public Stream Open(D3D9.IncludeType type, string fileName, Stream parentStream) { return(ResourceGroupManager.Instance.OpenResource(fileName, this.program.Group, true, this.program)); }
public void Open(D3D9.IncludeType type, string fileName, out Stream fileStream) { fileStream = ResourceGroupManager.Instance.OpenResource(fileName, this.program.Group, true, this.program); }