libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
VertexFactory.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace Fast {
9 public:
10 std::shared_ptr<Ship::IResource> ReadResource(std::shared_ptr<Ship::File> file,
11 std::shared_ptr<Ship::ResourceInitData> initData) override;
12};
13
15 public:
16 std::shared_ptr<Ship::IResource> ReadResource(std::shared_ptr<Ship::File> file,
17 std::shared_ptr<Ship::ResourceInitData> initData) override;
18};
19} // namespace Fast
Definition VertexFactory.h:8
std::shared_ptr< Ship::IResource > ReadResource(std::shared_ptr< Ship::File > file, std::shared_ptr< Ship::ResourceInitData > initData) override
Deserializes a File into an IResource.
Definition VertexFactory.h:14
std::shared_ptr< Ship::IResource > ReadResource(std::shared_ptr< Ship::File > file, std::shared_ptr< Ship::ResourceInitData > initData) override
Deserializes a File into an IResource.
ResourceFactory specialization for binary-format resource files.
Definition ResourceFactoryBinary.h:13
ResourceFactory specialization for XML-format resource files.
Definition ResourceFactoryXML.h:13
Definition gfx_direct3d_common.h:19