Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyGfx::UniformWriter Class Reference

#include <InternalCommandBuffer.h>

Public Member Functions

void write (String^ name, float v)
 /////////////////// More...
 
void write (String^ name, float x, float y)
 
void write (String^ name, float x, float y, float z)
 
void write (String^ name, float x, float y, float z, float w)
 

Public Attributes

kmyGfx::Shader * shd
 
void * ptr
 
int materialBufferIndex = 0
 

Member Function Documentation

◆ write() [1/4]

void SharpKmyGfx::UniformWriter::write ( String^  name,
float  v 
)

///////////////////

Parameters
name
v

◆ write() [2/4]

void SharpKmyGfx::UniformWriter::write ( String^  name,
float  x,
float  y 
)

◆ write() [3/4]

void SharpKmyGfx::UniformWriter::write ( String^  name,
float  x,
float  y,
float  z 
)

◆ write() [4/4]

void SharpKmyGfx::UniformWriter::write ( String^  name,
float  x,
float  y,
float  z,
float  w 
)

Member Data Documentation

◆ materialBufferIndex

int SharpKmyGfx::UniformWriter::materialBufferIndex = 0

◆ ptr

void* SharpKmyGfx::UniformWriter::ptr

◆ shd

kmyGfx::Shader* SharpKmyGfx::UniformWriter::shd