LeviLamina
Loading...
Searching...
No Matches
IndexBufferContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace mce { struct BufferResourceService; }
8// clang-format on
9
10namespace mce {
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::UntypedStorage<8, 24> mUnk4020f2;
17 ::ll::UntypedStorage<4, 4> mUnke8c3a1;
18 ::ll::UntypedStorage<4, 4> mUnkcdebe6;
19 ::ll::UntypedStorage<4, 4> mUnk22efce;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 IndexBufferContainer& operator=(IndexBufferContainer const&);
25 IndexBufferContainer(IndexBufferContainer const&);
26 IndexBufferContainer();
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI void loadIndexBuffer(
32 ::mce::BufferResourceService& bufferResourceService,
33 uint stride,
34 uchar const* const data,
35 uint count,
36 ::std::string_view debugName
37 );
38
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
48
49} // namespace mce
Definition IndexBufferContainer.h:7
MCAPI void loadIndexBuffer(::mce::BufferResourceService &bufferResourceService, uint stride, uchar const *const data, uint count, ::std::string_view debugName)
Definition BufferResourceService.h:7