Pioneer
Loading...
Searching...
No Matches
Public Attributes | List of all members
Graphics::OGL::CommandList::DynamicDrawCmd Struct Reference

#include <CommandBufferGL.h>

Collaboration diagram for Graphics::OGL::CommandList::DynamicDrawCmd:
Collaboration graph
[legend]

Public Attributes

BufferBinding< VertexBuffervtxBind
 
BufferBinding< IndexBufferidxBind
 
const Shadershader = nullptr
 
Programprogram = nullptr
 
size_t renderStateHash = 0
 
char * drawData
 

Member Data Documentation

◆ drawData

char* Graphics::OGL::CommandList::DynamicDrawCmd::drawData

◆ idxBind

BufferBinding<IndexBuffer> Graphics::OGL::CommandList::DynamicDrawCmd::idxBind

◆ program

Program* Graphics::OGL::CommandList::DynamicDrawCmd::program = nullptr

◆ renderStateHash

size_t Graphics::OGL::CommandList::DynamicDrawCmd::renderStateHash = 0

◆ shader

const Shader* Graphics::OGL::CommandList::DynamicDrawCmd::shader = nullptr

◆ vtxBind

BufferBinding<VertexBuffer> Graphics::OGL::CommandList::DynamicDrawCmd::vtxBind

The documentation for this struct was generated from the following file: