Definition at line 7 of file DModel.cs.
◆ DModel()
| BioImager.DModel.DModel |
( |
| ) |
|
◆ Initialize()
| bool BioImager.DModel.Initialize |
( |
Device |
device, |
|
|
BioImage |
im |
|
) |
| |
Definition at line 19 of file DModel.cs.
20 {
21
22 return InitializeBuffer(device, im);
23 }
◆ Render()
| void BioImager.DModel.Render |
( |
DeviceContext |
deviceContext | ) |
|
Definition at line 29 of file DModel.cs.
30 {
31
32 RenderBuffers(deviceContext);
33 }
◆ ShutDown()
| void BioImager.DModel.ShutDown |
( |
| ) |
|
Definition at line 24 of file DModel.cs.
25 {
26
27 ShutDownBuffers();
28 }
◆ IndexCount
| int BioImager.DModel.IndexCount |
|
getset |
The documentation for this class was generated from the following file:
- F:/repos/BioImager/BioImager/Graphics/Graphics/DModel.cs