VS:SetShaderRecord: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 09:45, 3 February 2023

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Sets the texture's shader record to this record. Will delete any records of the same family if they are already attached to the texture.

FUNCTION SetShaderRecord(
texture :HANDLE;
shaderRecord :HANDLE) : BOOLEAN;
def vs.SetShaderRecord(texture, shaderRecord):
    return BOOLEAN

Parameters

texture HANDLE
shaderRecord HANDLE

Remarks


DELETE THIS RECORD! -DLD 12/3/2002