Newer
Older
ForwardPlusRenderer / Docs / html / classfpr_1_1_model_acb8a494c34aa1df5613bffeab5c92fe9_cgraph.dot
digraph "fpr::Model::Model"
{
 // LATEX_PDF_SIZE
  bgcolor="transparent";
  edge [fontname=Helvetica,fontsize=10,labelfontname=Helvetica,labelfontsize=10];
  node [fontname=Helvetica,fontsize=10,shape=box,height=0.2,width=0.4];
  rankdir="LR";
  Node1 [label="fpr::Model::Model",height=0.2,width=0.4,color="gray40", fillcolor="grey60", style="filled", fontcolor="black",tooltip=" "];
  Node1 -> Node2 [color="steelblue1",style="solid"];
  Node2 [label="fpr::Buffer::Update",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$classfpr_1_1_buffer.html#a776a0f23c5eb01c4247273656fae73cb",tooltip="Does not validate the given data for size. Simply copies the new data and overwrites the currently ma..."];
  Node2 -> Node3 [color="steelblue1",style="solid"];
  Node3 [label="fpr::Buffer::Flush",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$classfpr_1_1_buffer.html#a107b4e093c5456eb07cd1d86a9746da2",tooltip="Flushes the mapped memory. Used when the buffer is updated and released to ensure the buffer is in a ..."];
  Node3 -> Node4 [color="steelblue1",style="solid"];
  Node4 [label="fpr::Context::Get",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$classfpr_1_1_context.html#aa832d82f0f3e820840534f6fa7375b66",tooltip=" "];
  Node4 -> Node5 [color="steelblue1",style="solid"];
  Node5 [label="fpr::Context::GetImpl",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$classfpr_1_1_context.html#a2ba94bf56092717ecd3a93b395b5e819",tooltip=" "];
  Node3 -> Node6 [color="steelblue1",style="solid"];
  Node6 [label="fpr::Context::GetDevice",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$classfpr_1_1_context.html#a740d84ae2c7701d7549f5dcc9d4271df",tooltip=" "];
  Node3 -> Node7 [color="steelblue1",style="solid"];
  Node7 [label="fpr::Device::GetLogicalDevice\lHandle",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$classfpr_1_1_device.html#a9db387165656722850f102c30b4d1f3f",tooltip=" "];
  Node2 -> Node8 [color="steelblue1",style="solid"];
  Node8 [label="fpr::Buffer::GetMapped",height=0.2,width=0.4,color="grey40", fillcolor="white", style="filled",URL="$classfpr_1_1_buffer.html#ab0b808db2e96d58c31da5b86138f00ce",tooltip="Getter for private member holding the raw data of the buffer."];
  Node8 -> Node4 [color="steelblue1",style="solid"];
  Node8 -> Node6 [color="steelblue1",style="solid"];
  Node8 -> Node7 [color="steelblue1",style="solid"];
}