61 : DataType(
rttr::type::get_by_name(
"" ) )
Definition: ResourcePtr.h:116
BufferInfo()
Definition: IBuffer.h:60
BufferType
Type of buffer.
Definition: IBuffer.h:25
BufferType BufferType
Vertex, index or constant buffer.
Definition: IBuffer.h:41
IBuffer()
Definition: IBuffer.h:77
Base class for buffers.
Definition: IBuffer.h:71
virtual ~IBuffer()=default
uint32 NumElements
Number of elements of type BufferDescriptor::DataType.
Definition: IBuffer.h:37
bool Use4BytesIndex
Definition: IBuffer.h:57
std::string GetName() const
Definition: IBuffer.h:64
virtual const BufferInfo & GetDescriptor() const =0
Returns buffer descriptor.
Klasa przechowuje pamięć o dowolnym przeznaczeniu.
Definition: MemoryChunk.h:8
Descriptor of buffer.
Definition: IBuffer.h:35
virtual MemoryChunk CopyData()=0
Kopiuje dane z bufora i umieszcza je w zwracanym MemoryChunku.
uint32_t uint32
Definition: TypesDefinitions.h:31
std::string String() const
Definition: Path.h:139
rttr::type DataType
[Optional] Type of single element in buffer.
Definition: IBuffer.h:39
ResourceUsage
Specyfikuje typ dostępu do pamięci danego zasobu.
Definition: GraphicAPIConstants.h:72
RTTR_ENABLE(EngineObject)
filesystem::Path Name
Buffer name or file path.
Definition: IBuffer.h:42
uint8_t uint8
Definition: TypesDefinitions.h:27
uint32 ElementSize
Size of single element in buffer.
Definition: IBuffer.h:38
ResourceUsage Usage
Usage of resource by graphic card.
Definition: IBuffer.h:40
ResourcePtr< ShaderInputLayout > VertexLayout
Definition: IBuffer.h:52
Plik zawiera deklarację i definicję klasy ResourceObject służącą do zliczania odwołań do obiektu...
Klasa ułatwiająca zarządzanie odwołaniami do assetów.Obiekty assetów (np. MaterialObject, TextureObject, VertexShader, PixelShader itp.) wymagają jakiegoś systemu zapewniającego współdzielenie między innymi obiektami.
Definition: ResourceObject.h:30
PrimitiveTopology Topology
Definition: IBuffer.h:46
PrimitiveTopology
Topologia wierzchołków.
Definition: GraphicAPIConstants.h:84